public class WebCachePoolUtil
extends Object
Constructor and Description |
---|
WebCachePoolUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static Object |
get(String key,
WebCacheItem wci) |
static WebCachePool |
getWebCachePool() |
static void |
remove(String key) |
void |
setWebCachePool(WebCachePool webCachePool) |
public static void clear()
public static Object get(String key, WebCacheItem wci)
public static WebCachePool getWebCachePool()
public static void remove(String key)
public void setWebCachePool(WebCachePool webCachePool)