Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Instantiate the internal cache used by the ContinuousQueryCache.

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

Syntax

C#
protected virtual IObservableCache InstantiateInternalCache()

Return Value

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

See Also