Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Map that contains the index contents (inverse index). The keys of the Map are the return values from the ValueExtractor operating against the values of the resource map, and for each key, the corresponding value stored in the Map is a Set of keys to the resource map.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
protected IDictionary m_mapInverse

See Also