public static final class ThreadCache.ObjectCacheElement
extends java.lang.Object
| Constructor and Description |
|---|
ThreadCache.ObjectCacheElement(int size) |
public boolean put(java.lang.Object o)
public java.lang.Object get()
take() the object will not be removed from cache.public java.lang.Object take()
get() the object will be removed from cache.Copyright © 2013 Oracle Corporation. All Rights Reserved.