Click or drag to resize

SimpleCacheIndexInstatiateInverseIndex Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Instantiate the inverse index.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual IDictionary InstatiateInverseIndex(
	bool ordered,
	IComparer comparer
)

Parameters

ordered
Type: SystemBoolean
true iff the contents of the indexed information should be ordered; false otherwise.
comparer
Type: System.CollectionsIComparer
The IComparator object which imposes an ordering on entries in the index; or null if the entries' values natural ordering should be used.

Return Value

Type: IDictionary
The inverse index.
See Also