Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The CacheListenerSupport type exposes the following members.

Fields

  NameDescription
Protected fieldm_cachedListeners
A cached list of Listeners.
Protected fieldm_cacheKeyListeners
The collections of ICacheListener objects that have signed up for key based notifications from an IObservableCache implementation keyed by the corresponding key objects.
Protected fieldm_cacheListeners
The collections of ICacheListener objects that have signed up for notifications from an IObservableCache implementation keyed by the corresponding IFilter objects.
Protected fieldm_cacheStandardKeyListeners
The subset of standard (not lite) key listeners.
Protected fieldm_cacheStandardListeners
The subset of standard (not lite) global listeners.
Protected fieldm_optimizationPlan
The optimization plan which indicates the fastest way to put together a list of listeners.
Protected fieldNO_LISTENERS
An empty list of Listeners.

See Also