Module eviction

Source
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§

EvictionManager
The trait that a cache eviction algorithm needs to implement