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

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

Properties

  NameDescription
Protected propertyConverterKeyUp
The IConverter to view the underlying entry's key through.
Protected propertyConverterValueDown
The IConverter used to change value in the underlying entry.
Protected propertyConverterValueUp
The IConverter to view the underlying entry's value through.
Public propertyEntry
The underlying ICacheEntry.
Public propertyKey
Gets the key corresponding to this entry.
Public propertyValue
Gets or sets the value corresponding to this entry.

See Also