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

Create a materialized view of an INamedCache using the Coherence Continuous Query capability.

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

Syntax

C#
public class ContinuousQueryCache : AbstractKeySetBasedCache, 
	INamedCache, IObservableCache, IConcurrentCache, IQueryCache, IInvocableCache, 
	ICache, IDictionary, ICollection, IEnumerable, IDisposable

Inheritance Hierarchy

System..::.Object
  Tangosol.Net.Cache.Support..::.AbstractKeyBasedCache
    Tangosol.Net.Cache.Support..::.AbstractKeySetBasedCache
      Tangosol.Net.Cache..::.ContinuousQueryCache

See Also