CacheMapShard

Type Alias CacheMapShard 

Source
pub type CacheMapShard<K, V, S = DefaultHashBuilder> = RawCacheMapShard<K, V, S, RawRwLock>;

Aliased Typeยง

pub struct CacheMapShard<K, V, S = DefaultHashBuilder> { /* private fields */ }