Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

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

Properties

  NameDescription
Public propertyCacheEnumerator
The underlying ICacheEnumerator.
Public propertyConverterKeyUp
The IConverter used to convert keys of the ICacheEntry objects which underlying enumerator iterates.
Public propertyConverterValueDown
The IConverter used to pass values down to the ICacheEntry objects of the underlying enumerator.
Public propertyConverterValueUp
The IConverter used to convert values of the ICacheEntry objects which underlying enumerator iterates.
Public propertyCurrent
Gets the current element in the collection.
Public propertyEntry
Gets both the key and the value of the current cache entry.
Public propertyKey
Gets the key of the current cache entry.
Public propertyValue
Gets the value of the current cache entry.

See Also