SimpleCacheIndexUpdateExcludedKeys Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntaxprotected 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