Interface: CacheStats
Cache statistics interface Provides information about cache state and performance
Properties
hitRate?
optional hitRate: number;Optional hit rate percentage (0-100)
maxItems
maxItems: numberMaximum allowed items in cache
size
size: numberCurrent number of items in cache
Last updated on