Uses of Interface
net.sf.ehcache.pool.PoolEvictor
-
Packages that use PoolEvictor Package Description net.sf.ehcache.pool This package contains the interfaces concerning the resource pooling facilities.net.sf.ehcache.pool.impl This package contains implementations of the resource pooling interfaces. -
-
Uses of PoolEvictor in net.sf.ehcache.pool
Methods in net.sf.ehcache.pool that return PoolEvictor Modifier and Type Method Description PoolEvictorPool. getEvictor()Return the pool evictor used by this pool. -
Uses of PoolEvictor in net.sf.ehcache.pool.impl
Classes in net.sf.ehcache.pool.impl that implement PoolEvictor Modifier and Type Class Description classBalancedAccessEvictorAbstract implementation of a global 'cache value' maximizing pool eviction algorithm.classFromLargestCachePoolEvictorAbstract pool evictor which always evicts from the store consuming the most resources.Methods in net.sf.ehcache.pool.impl that return PoolEvictor Modifier and Type Method Description PoolEvictorAbstractPool. getEvictor()Return the pool evictor used by this pool.PoolEvictorUnboundedPool. getEvictor()Return the pool evictor used by this pool.Constructors in net.sf.ehcache.pool.impl with parameters of type PoolEvictor Constructor Description AbstractPool(long maximumPoolSize, PoolEvictor evictor, SizeOfEngine defaultSizeOfEngine)Create an AbstractPool instanceBoundedPool(long maximumPoolSize, PoolEvictor evictor, SizeOfEngine defaultSizeOfEngine)Create a BoundedPool instanceStrictlyBoundedPool(long maximumPoolSize, PoolEvictor evictor, SizeOfEngine defaultSizeOfEngine)Create a StrictlyBoundedPool instance
-