Uses of Enum Class
com.github.benmanes.caffeine.cache.stats.DisabledStatsCounter
Packages that use DisabledStatsCounter
Package
Description
This package contains caching statistic utilities.
-
Uses of DisabledStatsCounter in com.github.benmanes.caffeine.cache.stats
Subclasses with type arguments of type DisabledStatsCounter in com.github.benmanes.caffeine.cache.statsModifier and TypeClassDescription(package private) enumAStatsCounterimplementation that does not record any cache events.Methods in com.github.benmanes.caffeine.cache.stats that return DisabledStatsCounterModifier and TypeMethodDescriptionstatic DisabledStatsCounterReturns the enum constant of this class with the specified name.static DisabledStatsCounter[]DisabledStatsCounter.values()Returns an array containing the constants of this enum class, in the order they are declared.