Click or drag to resize

ConverterNamedCache Fields

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

The ConverterCollectionsConverterNamedCache type exposes the following members.

Fields
  NameDescription
Protected fieldm_cacheConcurrent
A Converter ConcurrentCache around the underlying INamedCache.
Protected fieldm_cacheInvocable
A Converter InvocableCache around the underlying INamedCache.
Protected fieldm_cacheObservable
A Converter ObservableCache aroung the underlying INamedCache.
Protected fieldm_cacheQuery
A Converter QueryCache around the underlying INamedCache.
Protected fieldm_convKeyDown
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollectionsConverterDictionary.)
Protected fieldm_convKeyUp
The IConverter used to view keys stored in the dictionary.
(Inherited from ConverterCollectionsConverterDictionary.)
Protected fieldm_convValDown
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollectionsConverterDictionary.)
Protected fieldm_convValUp
The IConverter used to view values stored in the dictionary.
(Inherited from ConverterCollectionsConverterDictionary.)
Protected fieldm_dictionary
The underlying dictionary.
(Inherited from ConverterCollectionsConverterDictionary.)
Protected fieldm_entries
The entry collection.
(Inherited from ConverterCollectionsConverterCache.)
Top
See Also