org.glassfish.grizzly
Class ThreadCache.ObjectCacheElement

java.lang.Object
  extended by org.glassfish.grizzly.ThreadCache.ObjectCacheElement
Enclosing class:
ThreadCache

public static final class ThreadCache.ObjectCacheElement
extends Object


Constructor Summary
ThreadCache.ObjectCacheElement(int size)
           
 
Method Summary
 Object get()
           
 boolean put(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadCache.ObjectCacheElement

public ThreadCache.ObjectCacheElement(int size)
Method Detail

put

public boolean put(Object o)

get

public Object get()


Copyright © 2011 Oracle Corpration. All Rights Reserved.