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

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

Properties

  NameDescription
Cache
The underlying ICache.
ConverterKeyDown
The IConverter used to pass keys down to the underlying dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
ConverterKeyUp
The IConverter used to view the underlying dictionary's keys through.
(Inherited from ConverterCollections..::.ConverterDictionary.)
ConverterValueDown
The IConverter used to pass values down to the underlying dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
ConverterValueUp
The IConverter used to view the underlying dictionary's values through.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Count
Gets the number of elements contained in the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Dictionary
The underlying IDictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Entries
Gets a collection of ICacheEntry instances within the cache.
IsFixedSize
Gets a value indicating whether the dictionary has a fixed size.
(Inherited from ConverterCollections..::.ConverterDictionary.)
IsReadOnly
Gets a value indicating whether the dictionary is read-only.
(Inherited from ConverterCollections..::.ConverterDictionary.)
IsSynchronized
Gets a value indicating whether access to the dictionary is synchronized (thread safe).
(Inherited from ConverterCollections..::.ConverterDictionary.)
Item
Gets or sets the element with the specified key.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Keys
Gets an ICollection containing the keys of the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
SyncRoot
Gets an object that can be used to synchronize access to the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)
Values
Gets an ICollection containing the values in the dictionary.
(Inherited from ConverterCollections..::.ConverterDictionary.)

See Also