Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected static void AddSafeListener(
	IDictionary cacheListeners,
	IFilter filter,
	ICacheListener listener
)

Parameters

cacheListeners
Type: System.Collections..::.IDictionary
Dictionary of cache listeners.
filter
Type: Tangosol.Util..::.IFilter
Filter that specified listener should be associated to.
listener
Type: Tangosol.Net.Cache..::.ICacheListener
Listener to associate to specified key.

See Also