-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Some cache entities should not be cached forever but expire after a certain amount of time, e.g. to force doing an expensive network request to fetch the original data to ensure it's still valid. For this, I'd propose to add e.g. a var maxAge: Long property to Configuration.
FYI, in our DiskLru wrapper we implemented this like so:
razor-1 and blackholeearth
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request