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

The WrapperNamedCache type exposes the following members.

Properties

  NameDescription
Public propertyCacheName
Gets the cache name.
Public propertyCacheService
Gets the ICacheService that this INamedCache is a part of.
Public propertyCount
Returns the number of key-value mappings in this cache.
Public propertyEntries
Gets a collection of ICacheEntry instances within the cache.
Public propertyIsActive
Specifies whether or not the INamedCache is active.
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
Gets an ICollection containing the keys of the IDictionary.
Public propertyNamedCache
Actual (wrapped) INamedCache.
Public propertySyncRoot
Gets an object that can be used to synchronize access to this object.
Public propertyValues
Gets an ICollection containing the values of the IDictionary.

See Also