com.liferay.portal.util
Class WebCachePool

java.lang.Object
  extended bycom.liferay.portal.util.WebCachePool

public class WebCachePool
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String CACHE_NAME
           
 
Constructor Summary
WebCachePool()
           
 
Method Summary
static void clear()
           
static java.lang.Object get(java.lang.String key, WebCacheable wc)
           
static void remove(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_NAME

public static final java.lang.String CACHE_NAME
Constructor Detail

WebCachePool

public WebCachePool()
Method Detail

clear

public static void clear()

get

public static java.lang.Object get(java.lang.String key,
                                   WebCacheable wc)

remove

public static void remove(java.lang.String key)