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.WebCachePoolpublic Object get(String key,
com.liferay.portal.kernel.webcache.WebCacheItem wci)
get in interface com.liferay.portal.kernel.webcache.WebCachePoolpublic void remove(String key)
remove in interface com.liferay.portal.kernel.webcache.WebCachePool