Click or drag to resize

ContinuousQueryCacheInternalCache Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Obtain a reference to the internal cache.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected 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