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.distribution.jgroups This package is for cache replication using Jgroups. 
 

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.distribution.jgroups
 

Classes in net.sf.ehcache.distribution.jgroups that implement CacheReplicator
 class JGroupsCacheReplicator
           
 


ehcache