|
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. |
Provides the base classes and interfaces that allow pluggable event handlers to be
incorporated into OSCache.