imcache
imcache copied to clipboard
Add ttl eviction policy
Although imcache
supports entry ttl
, it doesn't support policy evicting the entries by their expiration (ttl) timestamp (currently supported policies: lru
, lfu
and rand
).
Add the new eviction policy EvictionPolicyTTL
. The binary heap could be used as the backing data structure.