Skip to main content

SEQUENTIAL_SMALL_CACHE

Static SEQUENTIAL_SMALL_CACHE 

Source
pub(crate) static SEQUENTIAL_SMALL_CACHE: Descriptor
Expand description

Descriptor for small persistent ring/queue caches where writes append to the end of the keyspace. Lowest keys are evicted off the front once limit_size is reached.