Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01

The SimpleCacheIndex type exposes the following members.

Properties

  NameDescription
Public propertyComparer
IComparer used to sort the index. Used iff Ordered is true. Could be null, which implicates a natural order.
Public propertyIndexContents
The IDictionary that contains the index contents.
Protected propertyIndexForward
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.
Public propertyIsOrdered
Specifies whether or not this ICacheIndex orders the contents of the indexed information.
Public propertyIsPartial
Determine if indexed information for any entry in the indexed ICache has been excluded from this index. This information is used by IIndexAwareFilter implementations to determine the most optimal way to apply the index.
Public propertyValueExtractor
IValueExtractor object that this ICacheIndex uses to extract an indexable Object from a [converted] value stored in the Storage. This property is never null.

See Also