public interface ObjectCache<E>
| Modifier and Type | Method and Description |
|---|---|
E |
acquire()
Acquire an object from the object-cache.
|
CacheStats |
getCacheStats() |
void |
release(E e)
Release an object to the object-cache.
|
E acquire()
void release(E e)
e - The object to be released.CacheStats getCacheStats()
Copyright © 2012. All Rights Reserved.