Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
ConditionalIndex is an ICacheIndex implementation that uses an associated filter to evaluate whether or not an entry should be indexed. An entry's extracted value is only added to the index if the filter evaluates to true.

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

Syntax

C#
public class ConditionalIndex : SimpleCacheIndex

Inheritance Hierarchy

System..::..Object
  Tangosol.Net.Cache..::..SimpleCacheIndex
    Tangosol.Net.Cache..::..ConditionalIndex

See Also