Liferay 7.0-ce-a2

com.liferay.portal.cache.test
Class TestPortalCacheReplicator<K extends Serializable,V extends Serializable>

java.lang.Object
  extended by com.liferay.portal.cache.test.TestPortalCacheListener<K,V>
      extended by com.liferay.portal.cache.test.TestPortalCacheReplicator<K,V>
All Implemented Interfaces:
PortalCacheListener<K,V>, PortalCacheReplicator<K,V>

public class TestPortalCacheReplicator<K extends Serializable,V extends Serializable>
extends TestPortalCacheListener<K,V>
implements PortalCacheReplicator<K,V>


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.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
TestPortalCacheReplicator()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.cache.test.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 Detail

TestPortalCacheReplicator

public TestPortalCacheReplicator()

Liferay 7.0-ce-a2