com.liferay.portal.cache.memcached
Class PooledMemcachePortalCacheManager
java.lang.Object
com.liferay.portal.cache.memcached.PooledMemcachePortalCacheManager
- All Implemented Interfaces:
- PortalCacheManager
public class PooledMemcachePortalCacheManager
- extends Object
- implements PortalCacheManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PooledMemcachePortalCacheManager
public PooledMemcachePortalCacheManager()
afterPropertiesSet
public void afterPropertiesSet()
destroy
public void destroy()
throws Exception
- Throws:
Exception
clearAll
public void clearAll()
- Specified by:
clearAll
in interface PortalCacheManager
getCache
public PortalCache getCache(String name)
- Specified by:
getCache
in interface PortalCacheManager
getCache
public PortalCache getCache(String name,
boolean blocking)
- Specified by:
getCache
in interface PortalCacheManager
setDebug
public void setDebug(boolean debug)
setMemcachedClientPool
public void setMemcachedClientPool(MemcachedClientFactory memcachedClientFactory)
setTimeout
public void setTimeout(int timeout)
setTimeoutTimeUnit
public void setTimeoutTimeUnit(String timeoutTimeUnit)