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,
getremove mapping cache , not return it, - or through eviction.
Comments
Post a Comment