Skip to Content
APIConfigurationInterface: CacheStats

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: number

Maximum allowed items in cache


size

size: number

Current number of items in cache

Last updated on