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

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

Fields

  NameDescription
m_cacheConcurrent
A Converter ConcurrentCache around the underlying INamedCache.
m_cacheInvocable
A Converter InvocableCache around the underlying INamedCache.
m_cacheObservable
A Converter ObservableCache aroung the underlying INamedCache.
m_cacheQuery
A Converter QueryCache around the underlying INamedCache.
m_convKeyDown
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
m_convKeyUp
The IConverter used to view keys stored in the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
m_convValDown
The IConverter used to pass keys down to the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
m_convValUp
The IConverter used to view values stored in the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
m_dictionary
The underlying dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
m_entries
The entry collection.
(Inherited from ConverterCollections..::.ConverterCache.)

See Also