Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.webcache
Class WebCachePoolUtil

java.lang.Object
  extended by com.liferay.portal.kernel.webcache.WebCachePoolUtil

public class WebCachePoolUtil
extends Object


Constructor Summary
WebCachePoolUtil()
           
 
Method Summary
static void clear()
           
static Object get(String key, WebCacheItem wci)
           
static WebCachePool getWebCachePool()
           
static void remove(String key)
           
 void setWebCachePool(WebCachePool webCachePool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebCachePoolUtil

public WebCachePoolUtil()
Method Detail

clear

public static void clear()

get

public static Object get(String key,
                         WebCacheItem wci)

getWebCachePool

public static WebCachePool getWebCachePool()

remove

public static void remove(String key)

setWebCachePool

public void setWebCachePool(WebCachePool webCachePool)

Liferay 6.1.2-ce-ga3