Uses of Class
org.ehcache.config.units.EntryUnit
-
Packages that use EntryUnit Package Description org.ehcache.config.units ResourceUnitimplementations -
-
Uses of EntryUnit in org.ehcache.config.units
Methods in org.ehcache.config.units that return EntryUnit Modifier and Type Method Description static EntryUnitEntryUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EntryUnit[]EntryUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.
-