Uses of Enum
org.ehcache.config.units.MemoryUnit
Packages that use MemoryUnit
-
Uses of MemoryUnit in org.ehcache.config.units
Methods in org.ehcache.config.units that return MemoryUnitModifier and TypeMethodDescriptionstatic MemoryUnitReturns the enum constant of this type with the specified name.static MemoryUnit[]MemoryUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehcache.config.units with parameters of type MemoryUnitModifier and TypeMethodDescriptionlongMemoryUnit.convert(long quantity, MemoryUnit unit) Convertsquantityinunitinto this unit.