Type Definition plru::MicroCache [] [src]

type MicroCache = Cache<[AtomicU64; 1]>;

A micro cache (64 lines).