Package com.opensymphony.oscache.base.events

Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache.

See:
          Description

Interface Summary
CacheEntryEventListener This is the interface to listen to cache entry events.
CacheEventListener This is the base interface for cache events.
CacheMapAccessEventListener This is the interface to listen to cache map access events.
ScopeEventListener This is the interface to listen to scope events.
 

Class Summary
CacheEntryEvent CacheEntryEvent is the object created when an event occurs on a cache entry (Add, update, remove, flush).
CacheEntryEventType This is all the possible events that may occur on a cache entry or collection of cache entries.
CacheEvent The root event class for all cache events.
CacheGroupEvent CacheGroupEvent is an event that occurs at the cache group level (Add, update, remove, flush).
CacheMapAccessEvent Cache map access event.
CacheMapAccessEventType This is an enumeration of the cache events that represent the various outcomes of cache accesses.
CachePatternEvent A CachePatternEvent is fired when a pattern has been applied to a cache.
CachewideEvent A CachewideEvent represents and event that occurs on the the entire cache, eg a cache flush or clear.
CachewideEventType This is an enumeration holding all the events that can occur at the cache-wide level.
ScopeEvent A ScopeEvent is created when an event occurs across one or all scopes.
ScopeEventType This is an enumeration of all the possible events that may occur at the scope level.
 

Package com.opensymphony.oscache.base.events Description

Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache.

Package Specification

Related Documentation

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


OSCache Project Page