Comment faire la différence entre le temps de vivre et le temps de repos dans la ehcache

Docs 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 ce n'est qu'après la création & premier accès à un élément de cache, le timeToLiveSeconds n'est plus applicable ?