Search Java Classes and Packages
Search Java Frameworks and Libraries
#Net.sf.ehcache.pool.impl Classes and Interfaces - 12 results found.
| Name | Description | Type | Package | Framework |
| AbstractBalancedAccessEvictor | Abstract implementation of a global 'cache value' maximizing pool eviction algorithm. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| AbstractFromLargestCachePoolEvictor | Abstract pool evictor which always evicts from the store consuming the most resources. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| AbstractPool | An abstract pool implementation. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| AbstractPoolAccessor | Abstract PoolAccessor implementation providing pool to store binding functionality. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| BalancedAccessOnDiskPoolEvictor | Balanced access evictor that makes on-disk eviction decisions. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| BalancedAccessOnHeapPoolEvictor | Balanced access evictor that makes on-heap eviction decisions. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| 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. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| DefaultSizeOfEngine | | Class | net.sf.ehcache.pool.impl | EHCache |
|
| FromLargestCacheOnDiskPoolEvictor | Pool evictor which always evicts from the store consuming the most disk resources. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| FromLargestCacheOnHeapPoolEvictor | Pool evictor which always evicts from the store consuming the most heap resources. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| StrictlyBoundedPool | A pool which strictly obeys to its bound: it will never allow the accessors to consume more bytes than what has been configured. | Class | net.sf.ehcache.pool.impl | EHCache |
|
| UnboundedPool | A no-op pool which does not enforce any resource consumption limit. | Class | net.sf.ehcache.pool.impl | EHCache |