com.liferay.portal.cache.keypool
Class MultiVMKeyPoolPortalCacheManager
java.lang.Object
com.liferay.portal.cache.keypool.MultiVMKeyPoolPortalCacheManager
- All Implemented Interfaces:
- com.liferay.portal.kernel.cache.PortalCacheManager
public class MultiVMKeyPoolPortalCacheManager
- extends java.lang.Object
- implements com.liferay.portal.kernel.cache.PortalCacheManager
- Author:
- Edward Han, Brian Wing Shun Chan
|
Method Summary |
void |
clearAll()
|
com.liferay.portal.kernel.cache.PortalCache |
getCache(java.lang.String name)
|
com.liferay.portal.kernel.cache.PortalCache |
getCache(java.lang.String name,
boolean blocking)
|
void |
reconfigureCaches(java.net.URL configurationURL)
|
void |
removeCache(java.lang.String name)
|
void |
setMultiVMPool(com.liferay.portal.kernel.cache.MultiVMPool multiVMPool)
|
void |
setSingleVMPool(com.liferay.portal.kernel.cache.SingleVMPool singleVMPool)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiVMKeyPoolPortalCacheManager
public MultiVMKeyPoolPortalCacheManager()
clearAll
public void clearAll()
- Specified by:
clearAll in interface com.liferay.portal.kernel.cache.PortalCacheManager
getCache
public com.liferay.portal.kernel.cache.PortalCache getCache(java.lang.String name)
- Specified by:
getCache in interface com.liferay.portal.kernel.cache.PortalCacheManager
getCache
public com.liferay.portal.kernel.cache.PortalCache getCache(java.lang.String name,
boolean blocking)
- Specified by:
getCache in interface com.liferay.portal.kernel.cache.PortalCacheManager
reconfigureCaches
public void reconfigureCaches(java.net.URL configurationURL)
- Specified by:
reconfigureCaches in interface com.liferay.portal.kernel.cache.PortalCacheManager
removeCache
public void removeCache(java.lang.String name)
- Specified by:
removeCache in interface com.liferay.portal.kernel.cache.PortalCacheManager
setMultiVMPool
public void setMultiVMPool(com.liferay.portal.kernel.cache.MultiVMPool multiVMPool)
setSingleVMPool
public void setSingleVMPool(com.liferay.portal.kernel.cache.SingleVMPool singleVMPool)