Closed
Description
Clarification and motivation
The necessary expiration algorithm for a cache determines when and how items in the cache should be evicted or removed. The goal is to remove items that are no longer needed or have expired in order to make space for new items.
Acceptance criteria
Expiry algorithm for variable ttl is implemented