Uses of Interface
org.ehcache.config.ResourceUnit
-
Packages that use ResourceUnit Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes.org.ehcache.config.units ResourceUnitimplementations -
-
Uses of ResourceUnit in org.ehcache.config
Methods in org.ehcache.config that return ResourceUnit Modifier and Type Method Description ResourceUnitSizedResourcePool. getUnit()Gets the unit in which the resource is sized.Methods in org.ehcache.config with parameters of type ResourceUnit Modifier and Type Method Description intResourceUnit. compareTo(long thisSize, long thatSize, ResourceUnit thatUnit)ComparesthisSizein this unit tothatSizeinthatUnit. -
Uses of ResourceUnit in org.ehcache.config.units
Classes in org.ehcache.config.units that implement ResourceUnit Modifier and Type Class Description classEntryUnitAResourceUnitthat designates a count by entries.classMemoryUnitAResourceUnitthat designates memory quantity.Methods in org.ehcache.config.units with parameters of type ResourceUnit Modifier and Type Method Description intMemoryUnit. compareTo(long thisSize, long thatSize, ResourceUnit thatUnit)ComparesthisSizein this unit tothatSizeinthatUnit.
-