Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Add a cache listener for a specific key.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public virtual void AddListener(
	ICacheListener listener,
	Object key,
	bool isLite
)

Parameters

listener
Type: Tangosol.Net.Cache..::.ICacheListener
The ICacheListener to add.
key
Type: System..::.Object
The key that identifies the ICacheEntry for which to raise events.
isLite
Type: System..::.Boolean
true to indicate that the CacheEventArgs objects do not have to include the OldValue and NewValue property values in order to allow optimizations.

See Also