Re: event when a cache item expired in.Net

2017-09-07 Thread Pavel Tupitsyn
Expiration is triggered both periodically and on item access. What are your expiration timeouts? Can you attach a reproducer for the problem? On Thu, Sep 7, 2017 at 1:18 PM, shuvendu < shuvendu@travelcentrictechnology.com> wrote: > Hi, > > it seems that the event will be thrown if the

Re: event when a cache item expired in.Net

2017-09-07 Thread shuvendu
Hi, it seems that the event will be thrown if the expired item is accessed. But in our case we are expecting a logic that will throw event automatically when the item is expired. Thanks Shuvendu -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: event when a cache item expired in.Net

2017-09-07 Thread Pavel Tupitsyn
Hi, see EventType.CacheObjectExpired. On Thu, Sep 7, 2017 at 11:32 AM, Shuvendu Das wrote: > Hi, > > Is there any event that will throw event automatically when the cache item > is expired > > Thanks > > Shuvendu >

event when a cache item expired in.Net

2017-09-07 Thread Shuvendu Das
Hi, Is there any event that will throw event automatically when the cache item is expired Thanks Shuvendu