Ehcache data persistent based on timeToIdleSeconds and timeToLive? -


i aware difference between timetoidleseconds , timetoliveseconds. if cache persist data on disk these parameters remove data disk after expiration or theses parameters removes data memory only.

if want configure these parameters remove data disk after expiration how can configure it.

please suggest.

tti , ttl applied storage tiers of ehcache, includes disk tier.

note ehcache not use background process removing expired entries, removed:

  • if accessed after expiration time, get remove mapping cache , not return it,
  • or through eviction.

Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -