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

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

Properties

  NameDescription
Protected propertyConverterKeyUp
The IConverter to view the underlying entry's key through.
(Overrides ConverterCollections..::..AbstractConverterCacheEntry..::..ConverterKeyUp.)
Protected propertyConverterValueDown
Return the IConverter used to change value in the underlying entry.
(Overrides ConverterCollections..::..AbstractConverterCacheEntry..::..ConverterValueDown.)
Protected propertyConverterValueUp
The IConverter to view the underlying entry's value through.
(Overrides ConverterCollections..::..AbstractConverterCacheEntry..::..ConverterValueUp.)
Public propertyEntry
The underlying ICacheEntry.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)
Public propertyKey
Gets the key corresponding to this entry.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)
Public propertyValue
Gets or sets the value corresponding to this entry.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)

See Also