Liferay 6.1.2-ce-ga3

com.liferay.portal.cache.keypool
Class MultiVMKeyPoolPortalCacheManager

java.lang.Object
  extended by com.liferay.portal.cache.keypool.MultiVMKeyPoolPortalCacheManager
All Implemented Interfaces:
PortalCacheManager

public class MultiVMKeyPoolPortalCacheManager
extends Object
implements PortalCacheManager


Constructor Summary
MultiVMKeyPoolPortalCacheManager()
           
 
Method Summary
 void clearAll()
           
 PortalCache getCache(String name)
           
 PortalCache getCache(String name, boolean blocking)
           
 void reconfigureCaches(URL configurationURL)
           
 void removeCache(String name)
           
 void setMultiVMPool(MultiVMPool multiVMPool)
           
 void setSingleVMPool(SingleVMPool singleVMPool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiVMKeyPoolPortalCacheManager

public MultiVMKeyPoolPortalCacheManager()
Method Detail

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

reconfigureCaches

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

removeCache

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

setMultiVMPool

public void setMultiVMPool(MultiVMPool multiVMPool)

setSingleVMPool

public void setSingleVMPool(SingleVMPool singleVMPool)

Liferay 6.1.2-ce-ga3