This content has been marked as final.
Show 1 reply
-
1. Re: Fixed expiry time in distributed-cache
william.burns Nov 12, 2015 8:21 AM (in response to gnanagurus)There is nothing out of the box that will do this for you. Instead you would have to have your code check the current time and then call the overloaded put method that allows specifying a lifespan [1] which would have it expire at the time you desired.