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

Author:
Brian Wing Shun Chan

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
 

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)