Hi Amish, Yes, try to use withExpiryPolicy cache projection for this [1].
IgniteCache projection = igniteCache.withExpiryPolicy(policy); [1] https://apacheignite.readme.io/docs/expiry-policies On Sun, Dec 31, 2017 at 5:55 PM, Amish Munshi <[email protected]> wrote: > I have a requirement to cache individual key value pairs with > different timeouts values. Is it possible to have different timeouts > for individual key value pairs in ignite? > > > -- > Amish K. Munshi. > -- Best regards, Andrey V. Mashenkov
