Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Net.sf.ehcache.pool.impl Classes and Interfaces - 12 results found.
NameDescriptionTypePackageFramework
AbstractBalancedAccessEvictorAbstract implementation of a global 'cache value' maximizing pool eviction algorithm.Classnet.sf.ehcache.pool.implEHCache
AbstractFromLargestCachePoolEvictorAbstract pool evictor which always evicts from the store consuming the most resources.Classnet.sf.ehcache.pool.implEHCache
AbstractPoolAn abstract pool implementation.Classnet.sf.ehcache.pool.implEHCache
AbstractPoolAccessorAbstract PoolAccessor implementation providing pool to store binding functionality.Classnet.sf.ehcache.pool.implEHCache
BalancedAccessOnDiskPoolEvictorBalanced access evictor that makes on-disk eviction decisions.Classnet.sf.ehcache.pool.implEHCache
BalancedAccessOnHeapPoolEvictorBalanced access evictor that makes on-heap eviction decisions.Classnet.sf.ehcache.pool.implEHCache
BoundedPoolA 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.Classnet.sf.ehcache.pool.implEHCache
DefaultSizeOfEngineClassnet.sf.ehcache.pool.implEHCache
FromLargestCacheOnDiskPoolEvictorPool evictor which always evicts from the store consuming the most disk resources.Classnet.sf.ehcache.pool.implEHCache
FromLargestCacheOnHeapPoolEvictorPool evictor which always evicts from the store consuming the most heap resources.Classnet.sf.ehcache.pool.implEHCache
StrictlyBoundedPoolA pool which strictly obeys to its bound: it will never allow the accessors to consume more bytes than what has been configured.Classnet.sf.ehcache.pool.implEHCache
UnboundedPoolA no-op pool which does not enforce any resource consumption limit.Classnet.sf.ehcache.pool.implEHCache