Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
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.CacheAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public class ConditionalIndex : SimpleCacheIndex |