com.liferay.portal.webcache
Class WebCachePoolImpl

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

public class WebCachePoolImpl
extends java.lang.Object
implements com.liferay.portal.kernel.webcache.WebCachePool

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String CACHE_NAME
           
 
Constructor Summary
WebCachePoolImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void clear()
           
 java.lang.Object get(java.lang.String key, com.liferay.portal.kernel.webcache.WebCacheItem wci)
           
 void remove(java.lang.String key)
           
 void setSingleVMPool(com.liferay.portal.kernel.cache.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 java.lang.String CACHE_NAME
Constructor Detail

WebCachePoolImpl

public WebCachePoolImpl()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

clear

public void clear()
Specified by:
clear in interface com.liferay.portal.kernel.webcache.WebCachePool

get

public java.lang.Object get(java.lang.String key,
                            com.liferay.portal.kernel.webcache.WebCacheItem wci)
Specified by:
get in interface com.liferay.portal.kernel.webcache.WebCachePool

remove

public void remove(java.lang.String key)
Specified by:
remove in interface com.liferay.portal.kernel.webcache.WebCachePool

setSingleVMPool

public void setSingleVMPool(com.liferay.portal.kernel.cache.SingleVMPool singleVMPool)