Excepted from the latest Ignite doc - 
"If the property (eagerTtl) is set to false, expired entries are not removed
immediately. Instead, they are removed when they are requested in a cache
operation by the thread that executes the operation."

Say mycache has two entries, e1, e2 with 5 min created expiration and eager
ttl = false.  After 5 min, e3 is put into mycache("e3", "e3").  will e1 and
e2 will be triggered to be removed from the cache when putting e3 into
mycache?

Thanks,
Xinmin
 



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to