Click or drag to resize

AbstractConverterCacheEntry Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The ConverterCollectionsAbstractConverterCacheEntry 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.
Top
See Also