Uses of Class
net.sf.ehcache.pool.impl.AbstractPool
-
Packages that use AbstractPool Package Description 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 Modifier and Type Class Description classBoundedPoolA 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.classStrictlyBoundedPoolA pool which strictly obeys to its bound: it will never allow the accessors to consume more bytes than what has been configured.
-