Package com.opensymphony.oscache.plugins.clustersupport

Provides support for broadcasting flush events so that OSCache can function across a cluster.

See:
          Description

Class Summary
AbstractBroadcastingListener Implementation of a CacheEntryEventListener.
ClusterNotification A notification message that holds information about a cache event.
JavaGroupsBroadcastingListener A concrete implementation of the AbstractBroadcastingListener based on the JavaGroups library.
JMS10BroadcastingListener A JMS 1.0.x based clustering implementation.
JMSBroadcastingListener A JMS based clustering implementation.
 

Package com.opensymphony.oscache.plugins.clustersupport Description

Provides support for broadcasting flush events so that OSCache can function across a cluster.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Since:
2.0

OSCache Project Page