Closed
Description
I know that 0.8.* is supposedly not supported anymore, however it seems to be the preferred stable branch right now as 0.10 will use the same API (if I understood right), or at least the same basics.
I'm trying to use the undocumented cache feature which seems to be super efficient for our use so far. However some of my serialized object have an high cache invalidation rate on the "running" state of their lifecycle. Also there are plenty of place where I should take care of that invalidation.
Hence, I'd rather set an expiration to something like 15min for those keys, is it something feasible without hacking the AMS code ?