Click or drag to resize

ContinuousQueryCache Constructor (INamedCache, IFilter, Boolean)

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

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public ContinuousQueryCache(
	INamedCache cache,
	IFilter filter,
	bool isCacheValues
)

Parameters

cache
Type: Tangosol.NetINamedCache
The INamedCache to create a view of.
filter
Type: Tangosol.UtilIFilter
The filter that defines the view.
isCacheValues
Type: SystemBoolean
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