Type Alias holochain_wasmer_host::plru::SmallCache

source ·
pub type SmallCache = Cache<[AtomicU64; 2]>;
Expand description

A small cache (128 lines).

Aliased Type§

struct SmallCache { /* private fields */ }