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

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

Properties

  NameDescription
ConverterKeyDown
The IConverter used to pass keys down to the underlying entries collection.
ConverterKeyUp
The IConverter used to view the underlying entries' keys through.
ConverterValueDown
The IConverter used to pass values down to the underlying entries collection.
ConverterValueUp
The IConverter used to view the underlying entries' values through.
Count
Gets the number of elements contained in the collection.
Entries
The underlying collection of ICacheEntry objects.
IsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
SyncRoot
Gets an object that can be used to synchronize access to the collection.

See Also