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

The ContinuousQueryCache type exposes the following members.

Properties

  NameDescription
Cache
Obtain the INamedCache that this ContinuousQueryCache is based on.
CacheName
Gets the cache name.
CacheService
Gets the ICacheService that this INamedCache is a part of.
CacheValues
Obtain or modify the local-caching option for this ContinuousQueryCache.
Count
Returns the number of key-value mappings in this cache.
(Inherited from AbstractKeySetBasedCache.)
Dispatcher
Obtain this ContinuousQueryCache's event dispatcher.
Entries
Returns a collection of the mappings contained in this cache.
(Inherited from AbstractKeyBasedCache.)
Filter
Obtain the IFilter that this ContinuousQueryCache is using to query the underlying INamedCache.
IndexMap
The index IDictionary used by this ContinuousQueryCache.
InternalCache
Obtain a reference to the internal cache.
IsActive
Specifies whether or not the INamedCache is active.
IsCacheValues Obsolete.
Obtain or modify the local-caching option for this ContinuousQueryCache.
IsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
(Inherited from AbstractKeyBasedCache.)
IsObserved
Determine or modify if the ContinuousQueryCache has any listeners that cannot be served by this cache listening to lite events.
IsReadOnly
Obtain or modify the read-only option for the ContinuousQueryCache.
IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Overrides AbstractKeyBasedCache..::.IsSynchronized.)
Item
Returns the value to which this cache maps the specified key.
(Inherited from AbstractKeyBasedCache.)
Keys
Returns a collection view of the keys contained in this cache.
(Inherited from AbstractKeyBasedCache.)
ReconnectInterval
Return a reconnection interval (in milliseconds).
State
The state of the ContinuousQueryCache.
SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from AbstractKeyBasedCache.)
Values
Returns a collection of the values contained in this cache.
(Inherited from AbstractKeyBasedCache.)

See Also