Click or drag to resize

SimpleCacheIndexUpdateExcludedKeys Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected void UpdateExcludedKeys(
	ICacheEntry entry,
	bool excluded
)

Parameters

entry
Type: Tangosol.Net.CacheICacheEntry
The entry to be checked.
excluded
Type: SystemBoolean
True if the insert or update of the entry into the index caused an exception.
See Also