SimpleCacheIndexIndexContents Property |
Namespace: Tangosol.Net.Cache
public IDictionary IndexContents { get; protected set; }
The keys of the IDictionary are the return values from the IValueExtractor operating against the indexed ICache's values, and for each key, the corresponding value stored in the IDictionary is an ICollection of keys to the indexed value.
If the ICacheIndex is known to be ordered, then the returned IDictionary object will be an instance of SortedList (or wrapper thereof). The SortedList may or may not have an IComparer object associated with it.
A client should assume that the returned IDictionary object is read-only and must not attempt to modify it.