Type Alias holochain_wasmer_host::plru::BigCache

source ·
pub type BigCache = Cache<[AtomicU64; 8]>;
Expand description

A big cache (512 lines).

Aliased Type§

struct BigCache { /* private fields */ }