首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

[Ehcache] timeToLive 跟 timeToIdle 的意义

2012-06-26 
[Ehcache] timeToLive 和 timeToIdle 的意义转自:http://www.coderanch.com/t/508779/ORM/java/Ehcache-Ti

[Ehcache] timeToLive 和 timeToIdle 的意义
转自:http://www.coderanch.com/t/508779/ORM/java/Ehcache-TimeToLiveSecond-TimeToIdleSeconds

timeToLiveSecond is the time in seconds from the point of creation in the cache till it expires (regardless of how frequently it is accessed in that time)

timeToIdleSeconds is the time in seconds before an object in the cache expires if it is not accessed.

热点排行