Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The ICacheIndex type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Comparer |
The IComparer used to sort the index.
|
![]() | IndexContents |
Get the IDictionary that contains the index contents.
|
![]() | IsOrdered |
Determine if the ICacheIndex orders the contents of the indexed
information.
|
![]() | IsPartial |
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.
|
![]() | ValueExtractor |
Obtain the IValueExtractor object that the ICacheIndex uses to
extract an indexable Object from a value stored in the indexed
ICache. This property is never null.
|