pub type ShardCacheWithShards<const SHARDS: usize> = SharedCache<SHARDS>;Expand description
Explicit-shard-count cache-flavored alias.
Aliased Typeยง
pub struct ShardCacheWithShards<const SHARDS: usize> { /* private fields */ }pub type ShardCacheWithShards<const SHARDS: usize> = SharedCache<SHARDS>;Explicit-shard-count cache-flavored alias.
pub struct ShardCacheWithShards<const SHARDS: usize> { /* private fields */ }