Uses of Interface
org.cache2k.operation.CacheStatistics
-
Packages that use CacheStatistics Package Description org.cache2k.operation Operational aspects of a cache, like accessing statistics, basic information, change runtime parameters and customizations that augment general behavior. -
-
Uses of CacheStatistics in org.cache2k.operation
Methods in org.cache2k.operation that return CacheStatistics Modifier and Type Method Description CacheStatistics
CacheControl. sampleStatistics()
Returns a snapshot of cache statistics if this cache supports statistics ornull
otherwise.
-