Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The ConverterCollections..::..ConverterCacheEnumerator type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | 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.
|