Skip to main content

SEQUENTIAL_CACHE

Static SEQUENTIAL_CACHE 

Source
pub(crate) static SEQUENTIAL_CACHE: Descriptor
Expand description

Descriptor for large 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.