Liferay 6.0.5

com.liferay.portal.cache.memcached
Class MemcachePortalCacheManager

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

public class MemcachePortalCacheManager
extends Object
implements PortalCacheManager


Constructor Summary
MemcachePortalCacheManager()
           
 
Method Summary
 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

MemcachePortalCacheManager

public MemcachePortalCacheManager()
Method Detail

clearAll

public void clearAll()
Specified by:
clearAll in interface PortalCacheManager

destroy

public void destroy()
             throws Exception
Throws:
Exception

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