Uses of Enum Class
org.jivesoftware.util.cache.Cache.CapacityUnit
Packages that use Cache.CapacityUnit
-
Uses of Cache.CapacityUnit in org.jivesoftware.util.cache
Methods in org.jivesoftware.util.cache that return Cache.CapacityUnitModifier and TypeMethodDescriptiondefault Cache.CapacityUnit
Cache.getCapacityUnit()
Defines the unit used to calculate the capacity of the cache.CacheWrapper.getCapacityUnit()
CaffeineCache.getCapacityUnit()
Defines the unit used to calculate the capacity of the cache, which for all instances of this class is byte-size based.DefaultCache.getCapacityUnit()
Defines the unit used to calculate the capacity of the cache, which for all instances of this class is byte-size based.SerializingCache.getCapacityUnit()
static Cache.CapacityUnit
Returns the enum constant of this class with the specified name.static Cache.CapacityUnit[]
Cache.CapacityUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.