/priority-expiry-cache

A cache that evicts items based on their priority and expiry time (LRU + TTL) Add (O(1)), Get (O(1)), Evict (O(1)) in both time and space.

Primary LanguageRust

Stargazers