public final class NoopObjectCache<E> extends ObjectCacheBase<E>
| Constructor and Description |
|---|
NoopObjectCache(ObjectFactory<E> factory) |
| Modifier and Type | Method and Description |
|---|---|
protected E |
tryAcquire() |
protected boolean |
tryRelease(E e) |
acquire, getCacheStats, releasepublic NoopObjectCache(ObjectFactory<E> factory)
protected E tryAcquire()
tryAcquire in class ObjectCacheBase<E>protected boolean tryRelease(E e)
tryRelease in class ObjectCacheBase<E>Copyright © 2012. All Rights Reserved.