|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||