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はもう適用されないということですか?