【发布时间】:2010-04-06 08:08:38
【问题描述】:
ehache 上的文档说:
timeToIdleSeconds: Sets the time to idle for an element before it expires.
i.e. The maximum amount of time between accesses before an element expires
timeToLiveSeconds: Sets the time to live for an element before it expires.
i.e. The maximum time between creation time and when an element expires.
我了解timeToIdleSeconds
但这是否意味着在创建和首次访问缓存项后,timeToLiveSeconds 不再适用?
【问题讨论】: