Does Ignite provide a hook on when a cache entry gets expired, due to the
expiry policy?

I guess what I'm looking for is something like
org.apache.ignite.cache.CacheInterceptor with a method "onExpiry", if that
exists.

If not, do you guys have any recommendations on how to do that?

My use case is this:
I have multiple cache entries belonging to a "group" that I must expire
together. I thought I could create a second cache instead for that "group",
and when the "group" cache entry expires, then I'll manually evict the
entries belonging to that group.

Thanks



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Is-there-a-hook-on-cache-entry-expiry-tp2344.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to