| Home >> All >> com >> opensymphony >> oscache >> base >> [ events Javadoc ] |
com.opensymphony.oscache.base.events: Javadoc index of package com.opensymphony.oscache.base.events.
Package Samples:
com.opensymphony.oscache.base.events
Classes:
CacheEntryEventType: This is all the possible events that may occur on a cache entry or collection of cache entries. There is a corresponding interface CacheEntryEventListener for handling these events.
CacheEntryEventListener: This is the interface to listen to cache entry events. There is a method for each event type. These methods are called via a dispatcher. If you want to be notified when an event occurs on an entry, group or across a pattern, register a listener and implement this interface.
TestCompleteEvents: Test class for the com.opensymphony.oscache.base.events package. It invokes all the test suites of all the other classes of the package. $Id: TestCompleteEvents.java,v 1.1 2005/06/17 05:07:00 dres Exp $
CacheMapAccessEvent: Cache map access event. This is the object created when an event occurs on a cache map (cache Hit, cache miss). It contains the entry that was referenced by the event and the event type.
TestCacheMapAccessEvent: This is the test class for the CacheMapAccessEvent class. It checks that the public methods are working properly $Id: TestCacheMapAccessEvent.java,v 1.1 2005/06/17 05:07:00 dres Exp $
TestCacheEntryEvent: This is the test class for the CacheEntryEvent class. It checks that the public methods are working properly $Id: TestCacheEntryEvent.java,v 1.1 2005/06/17 05:07:00 dres Exp $
ScopeEventType: This is an enumeration of all the possible events that may occur at the scope level. Scope-level events are only relevant to the ServletCacheAdministrator .
ScopeEvent: A ScopeEvent is created when an event occurs across one or all scopes. This type of event is only applicable to the ServletCacheAdministrator .
TestScopeEvent: This is the test class for the ScopeEvent class. It checks that the public methods are working properly $Id: TestScopeEvent.java,v 1.1 2005/06/17 05:07:00 dres Exp $
CacheGroupEvent: CacheGroupEvent is an event that occurs at the cache group level (Add, update, remove, flush). It contains the group name and the originating cache object.
CacheEntryEvent: CacheEntryEvent is the object created when an event occurs on a cache entry (Add, update, remove, flush). It contains the entry itself and its map.
CacheMapAccessEventListener: This is the interface to listen to cache map access events. The events are cache hits and misses, and are dispatched through this interface
ScopeEventListener: This is the interface to listen to scope events. The events are scope flushed and all scope flushed, and are dispatched thru this interface
CacheEvent: The root event class for all cache events. Each subclasses of this class classifies a particular type of cache event.
CachewideEvent: A CachewideEvent represents and event that occurs on the the entire cache, eg a cache flush or clear.
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.
CachePatternEvent: A CachePatternEvent is fired when a pattern has been applied to a cache.
CacheEventListener: This is the base interface for cache events.
| Home | Contact Us | Privacy Policy | Terms of Service |