[][src]Crate memory_lru

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.