Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ContinuousQueryCache type exposes the following members.

Properties

  NameDescription
Public propertyCache
Obtain the INamedCache that this ContinuousQueryCache is based on.
Public propertyCacheListener
Obtain the configured CacheListener for this ContinuousQueryCache
Public propertyCacheName
Gets the cache name.
Public propertyCacheNameSupplier
Return the function providing the name of this ContinuousQueryCache.
Public propertyCacheService
Gets the ICacheService that this INamedCache is a part of.
Public propertyCacheValues
Obtain or modify the local-caching option for this ContinuousQueryCache.
Public propertyCount
Returns the number of key-value mappings in this cache.
(Inherited from AbstractKeySetBasedCache.)
Protected propertyDispatcher
Obtain this ContinuousQueryCache's event dispatcher.
Public propertyEntries
Returns a collection of the mappings contained in this cache.
(Inherited from AbstractKeyBasedCache.)
Public propertyFilter
Obtain the IFilter that this ContinuousQueryCache is using to query the underlying INamedCache.
Protected propertyIndexMap
The index IDictionary used by this ContinuousQueryCache.
Protected propertyInternalCache
Obtain a reference to the internal cache.
Public propertyIsActive
Specifies whether or not the INamedCache is active.
Public propertyIsCacheValues Obsolete.
Obtain or modify the local-caching option for this ContinuousQueryCache.
Public propertyIsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
(Inherited from AbstractKeyBasedCache.)
Public propertyIsObserved
Determine or modify if the ContinuousQueryCache has any listeners that cannot be served by this cache listening to lite events.
Public propertyIsReadOnly
Obtain or modify the read-only option for the ContinuousQueryCache.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Overrides AbstractKeyBasedCache..::..IsSynchronized.)
Public propertyItem
Returns the value to which this cache maps the specified key.
(Inherited from AbstractKeyBasedCache.)
Public propertyKeys
Returns a collection view of the keys contained in this cache.
(Inherited from AbstractKeyBasedCache.)
Public propertyReconnectInterval
Return a reconnection interval (in milliseconds).
Public propertyState
The state of the ContinuousQueryCache.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from AbstractKeyBasedCache.)
Public propertyTransformer
Obtain the ValueExtractor that this ContinuousQueryCache is using to transform the results from the underlying cache prior to storing them locally.
Public propertyValues
Returns a collection of the values contained in this cache.
(Inherited from AbstractKeyBasedCache.)

See Also