Class TestPortalCacheReplicator<K extends Serializable,V extends Serializable>
java.lang.Object
com.liferay.portal.cache.test.util.TestPortalCacheListener<K,V>
com.liferay.portal.cache.test.util.TestPortalCacheReplicator<K,V>
- All Implemented Interfaces:
com.liferay.portal.cache.PortalCacheReplicator<K,
,V> com.liferay.portal.kernel.cache.PortalCacheListener<K,
V>
public class TestPortalCacheReplicator<K extends Serializable,V extends Serializable>
extends TestPortalCacheListener<K,V>
implements com.liferay.portal.cache.PortalCacheReplicator<K,V>
-
Field Summary
Fields inherited from interface com.liferay.portal.cache.PortalCacheReplicator
DEFAULT_REPLICATE_PUTS, DEFAULT_REPLICATE_PUTS_VIA_COPY, DEFAULT_REPLICATE_REMOVALS, DEFAULT_REPLICATE_UPDATES, DEFAULT_REPLICATE_UPDATES_VIA_COPY, REPLICATE_PUTS, REPLICATE_PUTS_VIA_COPY, REPLICATE_REMOVALS, REPLICATE_UPDATES, REPLICATE_UPDATES_VIA_COPY, REPLICATOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.cache.test.util.TestPortalCacheListener
assertActionsCount, assertEvicted, assertExpired, assertPut, assertPut, assertRemoveAll, assertRemoved, assertRemoved, assertUpdated, assertUpdated, dispose, notifyEntryEvicted, notifyEntryExpired, notifyEntryPut, notifyEntryRemoved, notifyEntryUpdated, notifyRemoveAll, reset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.cache.PortalCacheListener
dispose, notifyEntryEvicted, notifyEntryExpired, notifyEntryPut, notifyEntryRemoved, notifyEntryUpdated, notifyRemoveAll
-
Constructor Details
-
TestPortalCacheReplicator
public TestPortalCacheReplicator()
-