Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Instantiate the internal cache used by the ContinuousQueryCache.

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

Syntax

C#
protected virtual IObservableCache InstantiateInternalCache()

Return Value

A new IObservableMap that will represent the materialized view of the ContinuousQueryCache.

See Also