Crate arc_cache

Source
Expand description

§rust-arc-cache

An Adaptative Replacement Cache for Rust, loosely based on golang-ru.

Structs§

ArcCache
ArcCacheIterator
An iterator over all items in the cache. Iterates over frequently-used items followed by recently-used items. Within each of these groups, the iterator yields less recently used items first.