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