Click or drag to resize

NullObservableCache Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The NullImplementationNullObservableCache type exposes the following members.

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