Liferay 7.0-ce-b7 portal-impl

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 Object
implements com.liferay.portal.kernel.webcache.WebCachePool


Constructor Summary
WebCachePoolImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void clear()
           
 Object get(String key, com.liferay.portal.kernel.webcache.WebCacheItem wci)
           
 void remove(String key)
           
 
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 Object get(String key,
                  com.liferay.portal.kernel.webcache.WebCacheItem wci)
Specified by:
get in interface com.liferay.portal.kernel.webcache.WebCachePool

remove

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

Liferay 7.0-ce-b7 portal-impl