Liferay 7.0-ce-m3

com.liferay.portal.cache.ehcache
Class EhcacheCacheReplicatorAdapter<K extends Serializable,V extends Serializable>

java.lang.Object
  extended by com.liferay.portal.cache.ehcache.EhcacheCacheListenerAdapter<K,V>
      extended by com.liferay.portal.cache.ehcache.EhcacheCacheReplicatorAdapter<K,V>
All Implemented Interfaces:
CacheListener<K,V>, CacheReplicator

public class EhcacheCacheReplicatorAdapter<K extends Serializable,V extends Serializable>
extends EhcacheCacheListenerAdapter<K,V>
implements CacheReplicator


Constructor Summary
EhcacheCacheReplicatorAdapter(net.sf.ehcache.event.CacheEventListener cacheEventListener)
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.cache.ehcache.EhcacheCacheListenerAdapter
notifyEntryEvicted, notifyEntryExpired, notifyEntryPut, notifyEntryRemoved, notifyEntryUpdated, notifyRemoveAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcacheCacheReplicatorAdapter

public EhcacheCacheReplicatorAdapter(net.sf.ehcache.event.CacheEventListener cacheEventListener)

Liferay 7.0-ce-m3