SimpleCacheIndexIndexForward Property |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
Syntaxprotected IDictionary IndexForward { get; set; }
Property Value
Type:
IDictionary
See Also