Is there any way to update the expiry legnth for a cache that is already created in ignite? like I create this cache and set expiry policy as 5-day length, after some time I want to make the cache expiry policy to 10-day length.
I prefer to not destroy the cache and recreate it, since the data will be lost if doing so.