public class WebCachePoolImpl
extends Object
implements com.liferay.portal.kernel.webcache.WebCachePool
Constructor and Description |
---|
WebCachePoolImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
clear() |
Object |
get(String key,
com.liferay.portal.kernel.webcache.WebCacheItem wci) |
void |
remove(String key) |
public void afterPropertiesSet()
public void clear()
clear
in interface com.liferay.portal.kernel.webcache.WebCachePool
public Object get(String key, com.liferay.portal.kernel.webcache.WebCacheItem wci)
get
in interface com.liferay.portal.kernel.webcache.WebCachePool
public void remove(String key)
remove
in interface com.liferay.portal.kernel.webcache.WebCachePool