Click or drag to resize

AbstractKeyBasedCache Properties

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

The AbstractKeyBasedCache type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of key-value mappings in this cache.
Public propertyEntries
Returns a collection of the mappings contained in this cache.
Public propertyIsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Public propertyItem
Returns the value to which this cache maps the specified key.
Public propertyKeys
Returns a collection view of the keys contained in this cache.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Public propertyValues
Returns a collection of the values contained in this cache.
Top
See Also