Crate memory_lru

Source
Expand description

A memory-based LRU cache.

Structs§

MemoryLruCache
An LRU-cache which operates on memory used.

Traits§

ResidentSize
An indicator of the resident in memory of a value.