Liferay 6.0-ee

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


Field Summary
static String CACHE_NAME
           
 
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
 

Field Detail

CACHE_NAME

public static final String CACHE_NAME
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.0-ee