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)
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