Click or drag to resize

ConverterCacheEntry Fields

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

The ConverterCollectionsConverterCacheEntry type exposes the following members.

Fields
  NameDescription
Protected fieldm_convKeyUp
The IConverter used to view the entry's key.
Protected fieldm_convValDown
The IConverter used to store the entry's value.
Protected fieldm_convValUp
The IConverter used to view the entry's value.
Protected fieldm_entry
The underlying entry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.)
Protected fieldm_keyUp
Cached converted key.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.)
Protected fieldm_valueUp
Cached converted value.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.)
Top
See Also