Type Alias holochain_wasmer_host::module::PlruKeyMap

source ·
pub type PlruKeyMap = BiMap<usize, CacheKey>;
Expand description

Plru uses a usize to track “recently used” so we need a map between 32 byte cache keys and the bits used to evict things from the cache.

Aliased Type§

struct PlruKeyMap { /* private fields */ }