Click or drag to resize

ConverterConcurrentCache Properties

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

The ConverterCollections.ConverterConcurrentCache type exposes the following members.

Properties
  NameDescription
Public propertyCache
The underlying ICache.
(Inherited from ConverterCollections.ConverterCache.)
Public propertyConcurrentCache
The underlying IConcurrentCache.
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 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 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.)
Top
See Also