ContinuousQueryCache Constructor (INamedCache, IFilter, ICacheListener) | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Create a materialized view of an INamedCache using an
            IFilter.
            
 
    Namespace: 
   Tangosol.Net.Cache
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
Remarks
            A materialized view is an implementation of Continuous Query
            exposed through the standard INamedCache API. This constructor
            allows a client to receive all events, including those that result
            from the initial population of the ContinuousQueryCache. In other
            words, all contents of the ContinuousQueryCache will be delivered
            to the listener as a sequence of events, including those items that
            already exist in the underlying (unfiltered) cache. Note that this
            constructor will always result in both the keys and values being
            cached locally if a listener is passed.
            
See Also