Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Obtain a reference to the internal cache.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
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.