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

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

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