ehcache

Uses of Interface
net.sf.ehcache.distribution.CacheReplicator

Packages that use CacheReplicator
net.sf.ehcache.distribution This package is for cache replication. 
net.sf.ehcache.event This package contains interfaces and classes for listening to events. 
 

Uses of CacheReplicator in net.sf.ehcache.distribution
 

Classes in net.sf.ehcache.distribution that implement CacheReplicator
 class RMIAsynchronousCacheReplicator
          Listens to CacheManager and Cache events and propagates those to CachePeer peers of the Cache asynchronously.
 class RMISynchronousCacheReplicator
          Listens to CacheManager and Cache events and propagates those to CachePeer peers of the Cache.
 

Uses of CacheReplicator in net.sf.ehcache.event
 

Classes in net.sf.ehcache.event that implement CacheReplicator
 class TerracottaCacheEventReplication
          Creates a wrapper for sending out cache events through the Terracotta cluster
 


ehcache

true