Uses of Class
com.github.benmanes.caffeine.cache.stats.DisabledStatsCounter
-
Packages that use DisabledStatsCounter Package Description com.github.benmanes.caffeine.cache.stats This package contains caching statistic utilities. -
-
Uses of DisabledStatsCounter in com.github.benmanes.caffeine.cache.stats
Methods in com.github.benmanes.caffeine.cache.stats that return DisabledStatsCounter Modifier and Type Method Description static DisabledStatsCounter
DisabledStatsCounter. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DisabledStatsCounter[]
DisabledStatsCounter. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-