Click or drag to resize

SimpleCacheIndexIndexForward Property

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
IDictionary that contains the index values (forward index). The keys of the IDictionary are the keys to the indexed cache and the values are the extracted values. This map is used by IIndexAwareFilter implementations to avoid conversion and value extraction steps.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected IDictionary IndexForward { get; set; }

Property Value

Type: IDictionary
See Also