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

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

Fields

  NameDescription
m_col
The underlying collection of ICacheEntry objects.
m_convKeyDown
The IConverter used to pass keys down to the entry collection.
m_convKeyUp
The IConverter used to view keys stored in the entry collection.
m_convValDown
The IConverter used to pass values down to the entry collection.
m_convValUp
The IConverter used to view values stored in the entry collection.

See Also