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

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

Properties

  NameDescription
CacheEnumerator
The underlying ICacheEnumerator.
ConverterKeyUp
The IConverter used to convert keys of the ICacheEntry objects which underlying enumerator iterates.
ConverterValueDown
The IConverter used to pass values down to the ICacheEntry objects of the underlying enumerator.
ConverterValueUp
The IConverter used to convert values of the ICacheEntry objects which underlying enumerator iterates.
Current
Gets the current element in the collection.
Entry
Gets both the key and the value of the current cache entry.
Key
Gets the key of the current cache entry.
Value
Gets the value of the current cache entry.

See Also