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