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

The NullImplementation..::..NullObservableCache type exposes the following members.

Properties

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

See Also