Skip to main content

ShardCacheWithShards

Type Alias ShardCacheWithShards 

Source
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 */ }