pub type TotalCounters = u64;
Defines the type for total counter used in crate::cache::lfu::frequency_counter::FrequencyCounter, for counting the access frequencies of keys.
crate::cache::lfu::frequency_counter::FrequencyCounter