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