Show / Hide Table of Contents

Class ConverterCollections.ConverterCacheEntries.ConverterEntry

A ICacheEntry that lazily converts the key and value.

Inheritance
object
ConverterCollections.AbstractConverterCacheEntry
ConverterCollections.ConverterCacheEntries.ConverterEntry
Implements
ICacheEntry
Inherited Members
ConverterCollections.AbstractConverterCacheEntry.Entry
ConverterCollections.AbstractConverterCacheEntry.Key
ConverterCollections.AbstractConverterCacheEntry.Value
ConverterCollections.AbstractConverterCacheEntry.Equals(object)
ConverterCollections.AbstractConverterCacheEntry.GetHashCode()
ConverterCollections.AbstractConverterCacheEntry.ToString()
ConverterCollections.AbstractConverterCacheEntry.m_entry
ConverterCollections.AbstractConverterCacheEntry.m_keyUp
ConverterCollections.AbstractConverterCacheEntry.m_valueUp
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
protected class ConverterCollections.ConverterCacheEntries.ConverterEntry : ConverterCollections.AbstractConverterCacheEntry, ICacheEntry

Constructors

ConverterEntry(ICacheEntry, ConverterCacheEntries)

Constructor.

Declaration
public ConverterEntry(ICacheEntry entry, ConverterCollections.ConverterCacheEntries parent)
Parameters
Type Name Description
ICacheEntry entry

The ICacheEntry to wrap.

ConverterCollections.ConverterCacheEntries parent

The parent ConverterCollections.ConverterCacheEntries.

Fields

m_parent

Parent entries collection.

Declaration
protected ConverterCollections.ConverterCacheEntries m_parent
Field Value
Type Description
ConverterCollections.ConverterCacheEntries

Properties

ConverterKeyUp

Return the IConverter to view the underlying entry's key through.

Declaration
protected override IConverter ConverterKeyUp { get; }
Property Value
Type Description
IConverter

The IConverter to view the underlying entry's key through.

Overrides
ConverterCollections.AbstractConverterCacheEntry.ConverterKeyUp

ConverterValueDown

Return the IConverter used to change value in the underlying entry.

Declaration
protected override IConverter ConverterValueDown { get; }
Property Value
Type Description
IConverter

The IConverter used to change value in the underlying entry.

Overrides
ConverterCollections.AbstractConverterCacheEntry.ConverterValueDown

ConverterValueUp

Return the IConverter to view the underlying entry's value through.

Declaration
protected override IConverter ConverterValueUp { get; }
Property Value
Type Description
IConverter

The IConverter to view the underlying entry's value through.

Overrides
ConverterCollections.AbstractConverterCacheEntry.ConverterValueUp

Implements

ICacheEntry
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.