Type Alias MutableCacheStats

MutableCacheStats: {
    -readonly [K in keyof CacheStats]: CacheStats[K]
}

Mutable version of CacheStats for internal use.