Skip to main content

Crate linera_cache

Crate linera_cache 

Source
Expand description

Caching utilities for the Linera protocol.

Structs§

UniqueValueCache
A bounded cache for values that are inserted and then taken out (moved), not cloned.
ValueCache
A concurrent cache with efficient eviction and single-allocation guarantees.

Constants§

DEFAULT_CLEANUP_INTERVAL_SECS
Default interval between dead-entry cleanup sweeps of the weak index.