org.glassfish.grizzly
Class ThreadCache.ObjectCache

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

public static final class ThreadCache.ObjectCache
extends Object


Constructor Summary
ThreadCache.ObjectCache()
           
 
Method Summary
<E> E
get(ThreadCache.CachedTypeIndex<E> index)
           
 boolean put(ThreadCache.CachedTypeIndex index, Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadCache.ObjectCache

public ThreadCache.ObjectCache()
Method Detail

put

public boolean put(ThreadCache.CachedTypeIndex index,
                   Object o)

get

public <E> E get(ThreadCache.CachedTypeIndex<E> index)


Copyright © 2011 Oracle Corpration. All Rights Reserved.