CacheListenerSupport Fields |
The CacheListenerSupport type exposes the following members.
| Name | Description | |
|---|---|---|
| m_cachedListeners |
A cached list of Listeners.
| |
| m_cacheKeyListeners |
The collections of ICacheListener objects that have signed up for
key based notifications from an IObservableCache implementation
keyed by the corresponding key objects.
| |
| m_cacheListeners |
The collections of ICacheListener objects that have signed up for
notifications from an IObservableCache implementation keyed by
the corresponding IFilter objects.
| |
| m_cacheStandardKeyListeners |
The subset of standard (not lite) key listeners.
| |
| m_cacheStandardListeners |
The subset of standard (not lite) global listeners.
| |
| m_optimizationPlan |
The optimization plan which indicates the fastest way to put
together a list of listeners.
| |
| NO_LISTENERS |
An empty list of Listeners.
|