Click or drag to resize

CacheListenerSupportm_cacheListeners Field

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
The collections of ICacheListener objects that have signed up for notifications from an IObservableCache implementation keyed by the corresponding IFilter objects.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected IDictionary m_cacheListeners

Field Value

Type: IDictionary
See Also