Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Create and initialize this
CopyC#
ContinuousQueryCache
's (if not already present) internal cache. This method is called by
CopyC#
ConfigureSynchronization(boolean)
, as such, it shouldn't be called directly. Use
CopyC#
GetInternalCache
.

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

Syntax

C#
protected IObservableCache EnsureInternalCache()

Return Value

The IObservableCache functioning as this
CopyC#
ContinuousQueryCache
's internal cache.

See Also