Liferay 6.1.2-ce-ga3

com.liferay.portal.webcache
Class WebCachePoolImpl

java.lang.Object
  extended by com.liferay.portal.webcache.WebCachePoolImpl
All Implemented Interfaces:
WebCachePool

public class WebCachePoolImpl
extends Object
implements WebCachePool


Constructor Summary
WebCachePoolImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void clear()
           
 Object get(String key, WebCacheItem wci)
           
 void remove(String key)
           
 void setSingleVMPool(SingleVMPool singleVMPool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebCachePoolImpl

public WebCachePoolImpl()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

clear

public void clear()
Specified by:
clear in interface WebCachePool

get

public Object get(String key,
                  WebCacheItem wci)
Specified by:
get in interface WebCachePool

remove

public void remove(String key)
Specified by:
remove in interface WebCachePool

setSingleVMPool

public void setSingleVMPool(SingleVMPool singleVMPool)

Liferay 6.1.2-ce-ga3