Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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

Fields

  NameDescription
m_convKeyUp
The IConverter used to view the entry's key.
m_convValDown
The IConverter used to store the entry's value.
m_convValUp
The IConverter used to view the entry's value.
m_entry
The underlying entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
m_keyUp
Cached converted key.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
m_valueUp
Cached converted value.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)

See Also