Module pingora_cache::eviction

source ·
Expand description

Cache eviction module

Modules§

  • A shared LRU cache manager
  • A simple LRU cache manager built on top of the lru crate

Traits§

  • The trait that a cache eviction algorithm needs to implement