Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Create a materialized view of an INamedCache using an IFilter.

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

Syntax

C#
public ContinuousQueryCache(
	INamedCache cache,
	IFilter filter,
	bool isCacheValues
)

Parameters

cache
Type: Tangosol.Net..::..INamedCache
The INamedCache to create a view of.
filter
Type: Tangosol.Util..::..IFilter
The filter that defines the view.
isCacheValues
Type: System..::..Boolean
Pass true to cache both the keys and values of the materialized view locally, or false to only cache the keys.

Remarks

A materialized view is an implementation of Continuous Query exposed through the standard INamedCache API.

See Also