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

Check if a key should be ignored.

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

Syntax

C#
public virtual bool IsIgnored(
	Object key
)

Parameters

key
Type: System..::.Object
The key that a change event has occurred for.

Return Value

true if change events for the key should be ignored.

See Also