ehcache

Package net.sf.ehcache.pool.impl

This package contains implementations of the resource pooling interfaces.

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.
 

Package net.sf.ehcache.pool.impl Description

This package contains implementations of the resource pooling interfaces.


ehcache

Copyright 2001-2014, Terracotta, Inc.