La documentazione su Ehache dice:
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.
Capisco timeToIdleSeconds
Ma significa che dopo la creazione e il primo accesso di un elemento della cache, timeToLiveSeconds non è più applicabile?