default Cache.CapacityUnit |
Cache.getCapacityUnit() |
Defines the unit used to calculate the capacity of the cache.
|
Cache.CapacityUnit |
CacheWrapper.getCapacityUnit() |
|
Cache.CapacityUnit |
CaffeineCache.getCapacityUnit() |
Defines the unit used to calculate the capacity of the cache, which for all instances of this class is byte-size
based.
|
Cache.CapacityUnit |
DefaultCache.getCapacityUnit() |
Defines the unit used to calculate the capacity of the cache, which for all instances of this class is byte-size
based.
|
Cache.CapacityUnit |
SerializingCache.getCapacityUnit() |
|
static Cache.CapacityUnit |
Cache.CapacityUnit.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Cache.CapacityUnit[] |
Cache.CapacityUnit.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|