最佳答案
关于 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.
我了解 时间慢慢流逝
但这是否意味着在创建和首次访问缓存项之后,TimeToLiveSecond就不再适用了呢?