关于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不再适用?