Expand description
Cache eviction module
Modules§
- lru
- A shared LRU cache manager
- simple_
lru - A simple LRU cache manager built on top of the
lru
crate
Traits§
- Eviction
Manager - The trait that a cache eviction algorithm needs to implement
Cache eviction module
lru
crate