pub type ConcurrentAccessCache = LockFreeQueryCache<AccessCacheStorage, 1, 3, 0, 0, 1, 0>;Expand description
Cache for access decisions. This cache has 4 slots per bucket, with 25 bytes of inline storage. A bucket is 64 bytes.
Aliased Typeยง
pub struct ConcurrentAccessCache { /* private fields */ }