Skip to main content

Module lru_cache

Module lru_cache 

Source
Expand description

LRU cache that lives on the stack and spills to the heap.

Structs§

SmallLruCache
A structure representing SmallLruCache.

Enums§

IntoIter
Types of IntoIter.
Iter
Types of Iter.
IterMut
Types of IterMut.

Traits§

AnyLruCache
An object-safe abstraction over LRU cache types.
LruIteratorSupport
Helper trait for backends that support iteration.

Unions§

LruData
Automatically generated documentation for this item.