CacheStats constructor
const
CacheStats({})
Implementation
const CacheStats({
required this.partitions,
required this.capacity,
required this.populated,
required this.hits,
required this.misses,
required this.evictions,
required this.hitRate,
});