public class PooledMemcachePortalCacheManager<V>
extends java.lang.Object
implements com.liferay.portal.kernel.cache.PortalCacheManager<java.lang.String,V>
| Constructor and Description |
|---|
PooledMemcachePortalCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
clearAll() |
void |
destroy() |
com.liferay.portal.kernel.cache.PortalCache<java.lang.String,V> |
getCache(java.lang.String name) |
com.liferay.portal.kernel.cache.PortalCache<java.lang.String,V> |
getCache(java.lang.String name,
boolean blocking) |
void |
reconfigureCaches(java.net.URL configurationURL) |
void |
removeCache(java.lang.String name) |
void |
setMemcachedClientPool(MemcachedClientFactory memcachedClientFactory) |
void |
setTimeout(int timeout) |
void |
setTimeoutTimeUnit(java.lang.String timeoutTimeUnit) |
public void afterPropertiesSet()
public void clearAll()
clearAll in interface com.liferay.portal.kernel.cache.PortalCacheManager<java.lang.String,V>public void destroy()
throws java.lang.Exception
java.lang.Exceptionpublic com.liferay.portal.kernel.cache.PortalCache<java.lang.String,V> getCache(java.lang.String name)
getCache in interface com.liferay.portal.kernel.cache.PortalCacheManager<java.lang.String,V>public com.liferay.portal.kernel.cache.PortalCache<java.lang.String,V> getCache(java.lang.String name, boolean blocking)
getCache in interface com.liferay.portal.kernel.cache.PortalCacheManager<java.lang.String,V>public void reconfigureCaches(java.net.URL configurationURL)
reconfigureCaches in interface com.liferay.portal.kernel.cache.PortalCacheManager<java.lang.String,V>public void removeCache(java.lang.String name)
removeCache in interface com.liferay.portal.kernel.cache.PortalCacheManager<java.lang.String,V>public void setMemcachedClientPool(MemcachedClientFactory memcachedClientFactory)
public void setTimeout(int timeout)
public void setTimeoutTimeUnit(java.lang.String timeoutTimeUnit)