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 가 더 이상 적용되지 않는다는 의미입니까?