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

The ConverterCollections..::..ConverterNamedCache type exposes the following members.

Properties

  NameDescription
Public propertyCache
The underlying ICache.
(Inherited from ConverterCollections..::..ConverterCache.)
Public propertyCacheName
Gets the cache name.
Public propertyCacheService
Gets the ICacheService that this INamedCache is a part of.
Public propertyConverterKeyDown
The IConverter used to pass keys down to the underlying dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyConverterKeyUp
The IConverter used to view the underlying dictionary's keys through.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyConverterValueDown
The IConverter used to pass values down to the underlying dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyConverterValueUp
The IConverter used to view the underlying dictionary's values through.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyCount
Gets the number of elements contained in the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyDictionary
The underlying IDictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyEntries
Gets a collection of ICacheEntry instances within the cache.
(Inherited from ConverterCollections..::..ConverterCache.)
Public propertyIsActive
Specifies whether or not the INamedCache is active.
Public propertyIsFixedSize
Gets a value indicating whether the dictionary has a fixed size.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyIsReadOnly
Gets a value indicating whether the dictionary is read-only.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyIsSynchronized
Gets a value indicating whether access to the dictionary is synchronized (thread safe).
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyItem
Gets or sets the element with the specified key.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyKeys
Gets an ICollection containing the keys of the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyNamedCache
The underlying INamedCache.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)
Public propertyValues
Gets an ICollection containing the values in the dictionary.
(Inherited from ConverterCollections..::..ConverterDictionary.)

See Also