Click or drag to resize

CacheListenerSupportAddSafeListener Method (IDictionary, IFilter, ICacheListener)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Ensure that the specified cache has an Listeners object associated with the specified filter and add the specified listener to it.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected static void AddSafeListener(
	IDictionary cacheListeners,
	IFilter anyFilter,
	ICacheListener listener
)

Parameters

cacheListeners
Type: System.CollectionsIDictionary
Dictionary of cache listeners.
anyFilter
Type: Tangosol.UtilIFilter
Filter that specified listener should be associated to.
listener
Type: Tangosol.Net.CacheICacheListener
Listener to associate to specified key.
See Also