I'm trying to extend the TTL when the cache is about to expiry and if downstream service(from which i read the objects and load to cahce) is down.
I don't want to check if downstream service is down everytime as it will slow down us.
So can we access TTL in custom implementation of the Expiry?