Uses of Class
net.sf.ehcache.pool.impl.AbstractPool

Packages that use AbstractPool
net.sf.ehcache.pool.impl This package contains implementations of the resource pooling interfaces. 
 

Uses of AbstractPool in net.sf.ehcache.pool.impl
 

Subclasses of AbstractPool in net.sf.ehcache.pool.impl
 class 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 StrictlyBoundedPool
          A pool which strictly obeys to its bound: it will never allow the accessors to consume more bytes than what has been configured.
 



Copyright © 2003-2015 Terracotta, Inc.. All Rights Reserved.