Package org.shiftone.cache.decorator.cluster

Wrapper that sends notifications to other caches in a cluster.

See:
          Description

Interface Summary
Notification  
Transport a transport represents the pipe through with caches in a cluster can communicate.
 

Class Summary
AbstractClusterCacheFactory  
ClusterCache  
ClusterTestCase  
 

Package org.shiftone.cache.decorator.cluster Description

Wrapper that sends notifications to other caches in a cluster. This is used to perform a cluster-global remove(key) or clear() to prevent caches from returning out of date versions of objects. Note that cache keys must be serializable.

This package is slightly overcomplicated (more classes than expected) because I want the factory to be instanciatable, even if jgroups is not in the classpath.