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.

Constructors

Methods

  NameDescription
Public methodEquals
Compares the specified object with this entry for equality.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code value for this cache entry.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Return a string description for this entry.
(Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Protected fieldm_entry
The underlying entry.
Protected fieldm_keyUp
Cached converted key.
Protected fieldm_valueUp
Cached converted value.

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