public final class ObjectCache extends Object
static int
DEFAULT_CACHE_TIME
static void
config(Class cls)
static Object
get(String key)
put(String key, Object value)
put(String key, Object value, long cacheTime)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final int DEFAULT_CACHE_TIME
public static void config(Class cls) throws IllegalAccessException
IllegalAccessException
public static Object put(String key, Object value)
public static Object put(String key, Object value, long cacheTime)
public static Object get(String key)
Copyright © 2017–2018 Pivotal Software, Inc.. All rights reserved.