Type Definition plru::DynamicCache [] [src]

type DynamicCache = Cache<Box<[AtomicU64]>>;

A dynamic cache.