Package org.ehcache.config
Interface SizedResourcePool
- All Superinterfaces:
ResourcePool
A
ResourcePool that is explicitly sized.-
Method Summary
Methods inherited from interface org.ehcache.config.ResourcePool
getType, isPersistent, validateUpdate
-
Method Details
-
getSize
long getSize()Gets the size of this pool.- Returns:
- the size
-
getUnit
ResourceUnit getUnit()Gets the unit in which the resource is sized.- Returns:
- the size unit
-