org.globus.cog.karajan.util
Class Cache

java.lang.Object
  extended byorg.globus.cog.karajan.util.Cache

public class Cache
extends Object


Nested Class Summary
static interface Cache.Cacheable
           
 
Constructor Summary
Cache()
           
 
Method Summary
static void addValue(Object key, Object value)
           
static Object getCachedValue(Object key)
           
static boolean isCached(Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cache

public Cache()
Method Detail

getCachedValue

public static Object getCachedValue(Object key)

isCached

public static boolean isCached(Object key)

addValue

public static void addValue(Object key,
                            Object value)