public class WebAppPool extends Object
static void
clear()
static Object
get(Long webAppId, String key)
put(Long webAppId, String key, Object obj)
remove(Long webAppId, String key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static void clear()
public static Object get(Long webAppId, String key)
public static void put(Long webAppId, String key, Object obj)
public static Object remove(Long webAppId, String key)