Uses of Package
com.github.benmanes.caffeine.cache.stats
-
Packages that use com.github.benmanes.caffeine.cache.stats Package Description com.github.benmanes.caffeine.cache This package contains caching utilities.com.github.benmanes.caffeine.cache.stats This package contains caching statistic utilities. -
Classes in com.github.benmanes.caffeine.cache.stats used by com.github.benmanes.caffeine.cache Class Description CacheStats Statistics about the performance of aCache
.StatsCounter Accumulates statistics during the operation of aCache
for presentation byCache.stats()
. -
Classes in com.github.benmanes.caffeine.cache.stats used by com.github.benmanes.caffeine.cache.stats Class Description CacheStats Statistics about the performance of aCache
.DisabledStatsCounter AStatsCounter
implementation that does not record any cache events.StatsCounter Accumulates statistics during the operation of aCache
for presentation byCache.stats()
.