Liferay 6.0.5

com.liferay.portal.cache.memcached
Class PooledMemcachePortalCacheManager

java.lang.Object
  extended by com.liferay.portal.cache.memcached.PooledMemcachePortalCacheManager
All Implemented Interfaces:
PortalCacheManager

public class PooledMemcachePortalCacheManager
extends Object
implements PortalCacheManager


Constructor Summary
PooledMemcachePortalCacheManager()
           
 
Method Summary
 void afterPropertiesSet()
           
 void clearAll()
           
 void destroy()
           
 PortalCache getCache(String name)
           
 PortalCache getCache(String name, boolean blocking)
           
 void setDebug(boolean debug)
           
 void setMemcachedClientPool(MemcachedClientFactory memcachedClientFactory)
           
 void setTimeout(int timeout)
           
 void setTimeoutTimeUnit(String timeoutTimeUnit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PooledMemcachePortalCacheManager

public PooledMemcachePortalCacheManager()
Method Detail

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)

Liferay 6.0.5