Package net.sf.ehcache.pool.impl
This package contains implementations of the resource pooling interfaces.
-
Class Summary Class Description AbstractPool An abstract pool implementation.AbstractPoolAccessor Abstract PoolAccessor implementation providing pool to store binding functionality.BalancedAccessEvictor Abstract implementation of a global 'cache value' maximizing pool eviction algorithm.BoundedPool A pool which loosely obeys to its bound: it can allow the accessors to consume more bytes than what has been configured if that helps concurrency.DefaultSizeOfEngine FromLargestCachePoolEvictor Abstract pool evictor which always evicts from the store consuming the most resources.StrictlyBoundedPool A pool which strictly obeys to its bound: it will never allow the accessors to consume more bytes than what has been configured.UnboundedPool A no-op pool which does not enforce any resource consumption limit.