Liferay 6.1.2-ce-ga3

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 reconfigureCaches(URL configurationURL)
           
 void removeCache(String name)
           
 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()

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

reconfigureCaches

public void reconfigureCaches(URL configurationURL)
Specified by:
reconfigureCaches in interface PortalCacheManager

removeCache

public void removeCache(String name)
Specified by:
removeCache in interface PortalCacheManager

setMemcachedClientPool

public void setMemcachedClientPool(MemcachedClientFactory memcachedClientFactory)

setTimeout

public void setTimeout(int timeout)

setTimeoutTimeUnit

public void setTimeoutTimeUnit(String timeoutTimeUnit)

Liferay 6.1.2-ce-ga3