Crate memory_cache

Source
Expand description

Lru-cache related utilities as quick-and-dirty wrappers around the lru-cache crate.

Structsยง

MemoryLruCache
An LRU-cache which operates on memory used.