Thanks Andrey. This seems like it will set timeout for entire cache. Is there a way to do set timeouts for individual key/value pair?
Thanks, Amish. On Sun, Dec 31, 2017 at 8:09 AM, Andrey Mashenkov <[email protected]> wrote: > 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 -- Amish K. Munshi.
