ContinuousQueryCacheInternalCache Property  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Obtain a reference to the internal cache.
            
 
    Namespace: 
   Tangosol.Net.Cache
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected virtual IObservableCache InternalCache { get; }Property Value
Type: 
IObservableCache
            The internal cache that represents the materialized view of the
            
ContinuousQueryCache.
            
Remarks
            The internal cache maintains all of the keys in the
            
ContinuousQueryCache, and if 
CacheValues is
            
true, it also maintains the up-to-date values
            corresponding to those keys.
            
See Also