Uses of Interface
org.ehcache.config.ResourceUnit
Packages that use ResourceUnit
Package
Description
CacheManager configuration,
Cache configuration and other configuration classes.ResourceUnit implementations-
Uses of ResourceUnit in org.ehcache.config
Methods in org.ehcache.config that return ResourceUnitModifier and TypeMethodDescriptionSizedResourcePool.getUnit()Gets the unit in which the resource is sized.Methods in org.ehcache.config with parameters of type ResourceUnitModifier and TypeMethodDescriptionintResourceUnit.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 ResourceUnitModifier and TypeClassDescriptionenumAResourceUnitthat designates a count by entries.enumAResourceUnitthat designates memory quantity.Methods in org.ehcache.config.units with parameters of type ResourceUnitModifier and TypeMethodDescriptionintMemoryUnit.compareTo(long thisSize, long thatSize, ResourceUnit thatUnit) ComparesthisSizein this unit tothatSizeinthatUnit.