Uses of Class
com.opensymphony.oscache.base.events.CacheEvent

Packages that use CacheEvent
com.opensymphony.oscache.base.events Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache. 
 

Uses of CacheEvent in com.opensymphony.oscache.base.events
 

Subclasses of CacheEvent in com.opensymphony.oscache.base.events
 class CacheEntryEvent
          CacheEntryEvent is the object created when an event occurs on a cache entry (Add, update, remove, flush).
 class CacheGroupEvent
          CacheGroupEvent is an event that occurs at the cache group level (Add, update, remove, flush).
 class CacheMapAccessEvent
          Cache map access event.
 class CachePatternEvent
          A CachePatternEvent is fired when a pattern has been applied to a cache.
 class CachewideEvent
          A CachewideEvent represents and event that occurs on the the entire cache, eg a cache flush or clear.
 class ScopeEvent
          A ScopeEvent is created when an event occurs across one or all scopes.
 



Copyright © 2011 OpenSymphony. All Rights Reserved.