You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you think it could be useful to add support of saving actually time when object has been initially cached and remove objects which time expires in the past since now, but not in future?
Use case:
initially cache period could be set to large value, e.g. 1 year
later there is a need to clean the cache for all the objects older than 30 days (but initially cached values will not be touched until 1 year since day when they were cached)
such approach makes it available adding option to the application to quickly change expiration date for objects older than X days/months/whatever
It would be nice if you added a few more CacheExpiry values like: Hours, Days, Months, Years
The text was updated successfully, but these errors were encountered: