Uses of Package
com.github.benmanes.caffeine.cache.stats
Packages that use com.github.benmanes.caffeine.cache.stats
Package
Description
This package contains caching utilities.
This package contains caching statistic utilities.
-
Classes in com.github.benmanes.caffeine.cache.stats used by com.github.benmanes.caffeine.cacheClassDescriptionStatistics about the performance of a
Cache
.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.statsClassDescriptionStatistics about the performance of a
Cache
.AStatsCounter
implementation that does not record any cache events.Accumulates statistics during the operation of aCache
for presentation byCache.stats()
.