com.opensymphony.oscache.base.events |
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:
|
Java Source File Name | Type | Comment |
CacheEntryEvent.java | Class | CacheEntryEvent is the object created when an event occurs on a
cache entry (Add, update, remove, flush). |
CacheEntryEventListener.java | Interface | This is the interface to listen to cache entry events. |
CacheEntryEventType.java | Class | 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. |
CacheEvent.java | Class | The root event class for all cache events. |
CacheEventListener.java | Interface | This is the base interface for cache events. |
CacheGroupEvent.java | Class | CacheGroupEvent is an event that occurs at the cache group level
(Add, update, remove, flush). |
CacheMapAccessEvent.java | Class | Cache map access event. |
CacheMapAccessEventListener.java | Interface | This is the interface to listen to cache map access events. |
CacheMapAccessEventType.java | Class | This is an enumeration of the cache events that represent the
various outcomes of cache accesses. |
CachePatternEvent.java | Class | A CachePatternEvent is fired when a pattern has been applied to a cache. |
CachewideEvent.java | Class | A CachewideEvent represents and event that occurs on
the the entire cache, eg a cache flush or clear. |
CachewideEventType.java | Class | This is an enumeration holding all the events that can
occur at the cache-wide level. |
ScopeEvent.java | Class | A ScopeEvent is created when an event occurs across one or all scopes. |
ScopeEventListener.java | Interface | This is the interface to listen to scope events. |
ScopeEventType.java | Class | This is an enumeration of all the possible events that may occur
at the scope level. |
TestCacheEntryEvent.java | Class | This is the test class for the CacheEntryEvent class. |
TestCacheGroupEvent.java | Class | This is the test class for the CacheGroupEvent class. |
TestCacheMapAccessEvent.java | Class | This is the test class for the CacheMapAccessEvent class. |
TestCachePatternEvent.java | Class | This is the test class for the CachePatternEvent class. |
TestCachewideEvent.java | Class | This is the test class for the CachewideEvent class. |
TestCompleteEvents.java | Class | Test class for the com.opensymphony.oscache.base.events package. |
TestScopeEvent.java | Class | This is the test class for the ScopeEvent class. |