La documentation sur ehache dit:
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.
Je comprends timeToIdleSeconds
Mais cela signifie-t-il qu'après la création et le premier accès d'un élément de cache, le timeToLiveSeconds n'est plus applicable?