See: Description
| 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.
|
Copyright 2001-2021, Terracotta, Inc.