Uses of Package
com.opensymphony.oscache.base.events

Packages that use com.opensymphony.oscache.base.events
com.opensymphony.oscache.base Provides the base classes and interfaces that make up the core of OSCache. 
com.opensymphony.oscache.base.events Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache. 
com.opensymphony.oscache.extra Provides some basic event handler implementations that aren't essential to the core OSCache code, but form a useful starting point for basic logging or further development. 
com.opensymphony.oscache.plugins.clustersupport Provides support for broadcasting flush events so that OSCache can function across a cluster. 
com.opensymphony.oscache.web Provides classes and interfaces that make up the base of OSCache's web application support. 
 

Classes in com.opensymphony.oscache.base.events used by com.opensymphony.oscache.base
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.
CacheEventListener
          This is the base interface for cache events.
CacheMapAccessEventType
          This is an enumeration of the cache events that represent the various outcomes of cache accesses.
CachewideEventType
          This is an enumeration holding all the events that can occur at the cache-wide level.
 

Classes in com.opensymphony.oscache.base.events used by com.opensymphony.oscache.base.events
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.
CacheEventListener
          This is the base interface for 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.
 

Classes in com.opensymphony.oscache.base.events used by com.opensymphony.oscache.extra
CacheEntryEvent
          CacheEntryEvent is the object created when an event occurs on a cache entry (Add, update, remove, flush).
CacheEntryEventListener
          This is the interface to listen to cache entry events.
CacheEventListener
          This is the base interface for cache events.
CacheGroupEvent
          CacheGroupEvent is an event that occurs at the cache group level (Add, update, remove, flush).
CacheMapAccessEvent
          Cache map access event.
CacheMapAccessEventListener
          This is the interface to listen to cache map access events.
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.
ScopeEvent
          A ScopeEvent is created when an event occurs across one or all scopes.
ScopeEventListener
          This is the interface to listen to scope events.
 

Classes in com.opensymphony.oscache.base.events used by com.opensymphony.oscache.plugins.clustersupport
CacheEntryEvent
          CacheEntryEvent is the object created when an event occurs on a cache entry (Add, update, remove, flush).
CacheEntryEventListener
          This is the interface to listen to cache entry events.
CacheEventListener
          This is the base interface for cache events.
CacheGroupEvent
          CacheGroupEvent is an event that occurs at the cache group level (Add, update, remove, flush).
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.
 

Classes in com.opensymphony.oscache.base.events used by com.opensymphony.oscache.web
ScopeEventListener
          This is the interface to listen to scope events.
ScopeEventType
          This is an enumeration of all the possible events that may occur at the scope level.
 



Copyright © 2011 OpenSymphony. All Rights Reserved.