|
ehcache | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
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. |
This package contains implementations of the resource pooling interfaces.
|
ehcache | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |