I have an Apache ignite cache that has key as String and value as Set of Boolean and a expiration timestamp. I need to remove the cache item from cache based on this expiration timestamp. How to achieve this?
As far as I know, Ignite allows cache expiration on cache level and not cache item level.