Package | Description |
---|---|
net.sf.ehcache.pool.impl |
This package contains implementations of the resource pooling interfaces.
|
Modifier and Type | Class and Description |
---|---|
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-2013 Terracotta, Inc.. All Rights Reserved.