Module simple_lru

Source
Expand description

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

Structsยง

Manager
A simple LRU eviction manager