Hello, You can implement yourself expiration policy (javax.cache.expiry.ExpiryPolicy) like it done in javax.cache.expiry.CreatedExpiryPolicy. In your case you need to calculate duration from current time to 12:00 in the mach method (javax.cache.expiry.CreatedExpiryPolicy#getExpiryForCreation).
Also you can look into the topic about how to expiration policy is using[1]. [1]: https://apacheignite.readme.io/docs/expiry-policies On Tue, Jul 5, 2016 at 2:23 PM, Ferry Syafei Sapei < [email protected]> wrote: > Hi all, > > Would it be possible to implement a custom expiry policy to expire cache > content at a certain time, e.g.: at 12:00 all the cache contents will be > expired and removed from the cache? > > Thanks. > > > Best regards, > fsapei -- Vladislav Pyatkov
