com.liferay.portal.cache.test
Class TestPortalCacheManager<K extends Serializable,V>
java.lang.Object
com.liferay.portal.kernel.cache.AbstractPortalCacheManager<K,V>
com.liferay.portal.cache.test.TestPortalCacheManager<K,V>
- All Implemented Interfaces:
- PortalCacheManager<K,V>
public class TestPortalCacheManager<K extends Serializable,V>
- extends AbstractPortalCacheManager<K,V>
| Methods inherited from class com.liferay.portal.kernel.cache.AbstractPortalCacheManager |
clearAll, destroy, getPortalCache, getPortalCache, getPortalCacheManagerListeners, getPortalCacheManagerName, getTransactionalPortalCacheNames, initialize, isBlockingPortalCacheAllowed, isClusterAware, isPortalCacheBootstrapLoaderEnabled, isTransactionalPortalCache, isTransactionalPortalCacheEnabled, reconfigPortalCache, registerPortalCacheManagerListener, removePortalCache, setBlockingPortalCacheAllowed, setClusterAware, setMpiOnly, setPortalCacheBootstrapLoaderEnabled, setPortalCacheManagerName, setTransactionalPortalCacheEnabled, setTransactionalPortalCacheNames, unregisterPortalCacheManagerListener, unregisterPortalCacheManagerListeners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestPortalCacheManager
public TestPortalCacheManager()
createTestPortalCacheManager
public static <K extends Serializable,V> TestPortalCacheManager<K,V> createTestPortalCacheManager(String portalCacheManagerName)
reconfigurePortalCaches
public void reconfigurePortalCaches(URL configurationURL)
createPortalCache
protected PortalCache<K,V> createPortalCache(PortalCacheConfiguration portalCacheConfiguration)
- Specified by:
createPortalCache in class AbstractPortalCacheManager<K extends Serializable,V>
doClearAll
protected void doClearAll()
- Specified by:
doClearAll in class AbstractPortalCacheManager<K extends Serializable,V>
doDestroy
protected void doDestroy()
- Specified by:
doDestroy in class AbstractPortalCacheManager<K extends Serializable,V>
doRemovePortalCache
protected void doRemovePortalCache(String portalCacheName)
- Specified by:
doRemovePortalCache in class AbstractPortalCacheManager<K extends Serializable,V>
getPortalCacheManagerConfiguration
protected PortalCacheManagerConfiguration getPortalCacheManagerConfiguration()
- Specified by:
getPortalCacheManagerConfiguration in class AbstractPortalCacheManager<K extends Serializable,V>
initPortalCacheManager
protected void initPortalCacheManager()
- Specified by:
initPortalCacheManager in class AbstractPortalCacheManager<K extends Serializable,V>