Hello!

As far as my understanding goes, each cache operation has a chance of
expiring some number of cache entries, so the answer is "e1 and e2 may be
removed when putting e3 into mycache".

Maybe there's somebody to correct me.

Regards,
-- 
Ilya Kasnacheev


ср, 24 февр. 2021 г. в 09:36, xmw45688 <[email protected]>:

>
>
> 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