Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Obtain a reference to the internal cache.

Namespace: Tangosol.Net.Cache
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected virtual IObservableCache InternalCache { get; }

Field Value

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