Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Check the entry against the set of entries not included in the index and update the set if necessary.

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

Syntax

C#
protected void UpdateExcludedKeys(
	ICacheEntry entry,
	bool excluded
)

Parameters

entry
Type: Tangosol.Net.Cache..::..ICacheEntry
The entry to be checked.
excluded
Type: System..::..Boolean
True if the insert or update of the entry into the index caused an exception.

See Also