pub(crate) static SEQUENTIAL_CACHE: DescriptorExpand 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.
pub(crate) static SEQUENTIAL_CACHE: DescriptorDescriptor 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.