Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Create a locally materialized view of an INamedCache using
an IFilter.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public ContinuousQueryCache( INamedCache cache, IFilter filter ) |
Parameters
- cache
- Type: Tangosol.Net..::.INamedCache
The INamedCache to create a view of.
- filter
- Type: Tangosol.Util..::.IFilter
The filter that defines the view.
Remarks
A materialized view is an implementation of Continuous Query
exposed through the standard INamedCache API. This constructor will
result in a ContinuousQueryCache that caches both its keys and
values locally.