Uses of Class
org.ehcache.config.units.MemoryUnit
-
Packages that use MemoryUnit Package Description org.ehcache.config.units ResourceUnitimplementations -
-
Uses of MemoryUnit in org.ehcache.config.units
Methods in org.ehcache.config.units that return MemoryUnit Modifier and Type Method Description static MemoryUnitMemoryUnit. valueOf(java.lang.String name)Returns 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 MemoryUnit Modifier and Type Method Description longMemoryUnit. convert(long quantity, MemoryUnit unit)Convertsquantityinunitinto this unit.
-