WrapperNamedCacheAddIndex Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Add an index to this IQueryCache.
            
 
    Namespace: 
   Tangosol.Net.Cache
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
Remarks
            This allows to correlate values stored in this
            indexed cache (or attributes of those values) to the
            corresponding keys in the indexed cache and increase the
            performance of GetKeys and GetEntries methods.
            
See Also