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

The IObservableCache type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an element with the provided key and value to the IDictionary object.
(Inherited from IDictionary.)
Public methodAddCacheListener(ICacheListener)
Add a standard cache listener that will receive all events (inserts, updates, deletes) that occur against the cache, with the key, old-value and new-value included.
Public methodAddCacheListener(ICacheListener, Object, Boolean)
Add a cache listener for a specific key.
Public methodAddCacheListener(ICacheListener, IFilter, Boolean)
Add a cache listener that receives events based on a filter evaluation.
Public methodClear
Removes all elements from the IDictionary object.
(Inherited from IDictionary.)
Public methodContains
Determines whether the IDictionary object contains an element with the specified key.
(Inherited from IDictionary.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection.)
Public methodGetAll
Get the values for all the specified keys, if they are in the cache.
(Inherited from ICache.)
Public methodGetEnumerator()()()()
Returns an ICacheEnumerator object for the ICache instance.
(Inherited from ICache.)
Public methodGetEnumerator()()()()
Returns an IDictionaryEnumerator object for the IDictionary object.
(Inherited from IDictionary.)
Public methodGetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodInsert(Object, Object)
Associates the specified value with the specified key in this cache.
(Inherited from ICache.)
Public methodInsert(Object, Object, Int64)
Associates the specified value with the specified key in this cache.
(Inherited from ICache.)
Public methodInsertAll
Copies all of the mappings from the specified dictionary to this cache (optional operation).
(Inherited from ICache.)
Public methodRemove
Removes the element with the specified key from the IDictionary object.
(Inherited from IDictionary.)
Public methodRemoveCacheListener(ICacheListener)
Remove a standard cache listener that previously signed up for all events.
Public methodRemoveCacheListener(ICacheListener, Object)
Remove a cache listener that previously signed up for events about a specific key.
Public methodRemoveCacheListener(ICacheListener, IFilter)
Remove a cache listener that previously signed up for events based on a filter evaluation.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from ICollection.)
Public propertyEntries
Gets a collection of ICacheEntry instances within the cache.
(Inherited from ICache.)
Public propertyIsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
(Inherited from IDictionary.)
Public propertyIsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
(Inherited from IDictionary.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ICollection.)
Public propertyItem
Gets or sets the element with the specified key.
(Inherited from IDictionary.)
Public propertyKeys
Gets an ICollection object containing the keys of the IDictionary object.
(Inherited from IDictionary.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection.)
Public propertyValues
Gets an ICollection object containing the values in the IDictionary object.
(Inherited from IDictionary.)

See Also