Skip to main content

RANDOM_SMALL_CACHE

Static RANDOM_SMALL_CACHE 

Source
pub(crate) static RANDOM_SMALL_CACHE: Descriptor
Expand description

Descriptor for small persistent caches where writes scatter across the keyspace. Oldest entries are evicted by FIFO compaction once limit_size is reached.