Show / Hide Table of Contents

Class ConverterCollections.ConverterCacheEntry

An ICacheEntry that lazily converts the key and value.

Inheritance
object
ConverterCollections.AbstractConverterCacheEntry
ConverterCollections.ConverterCacheEntry
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
public class ConverterCollections.ConverterCacheEntry : ConverterCollections.AbstractConverterCacheEntry, ICacheEntry

Constructors

ConverterCacheEntry(ICacheEntry, IConverter, IConverter, IConverter)

Constructor.

Declaration
public ConverterCacheEntry(ICacheEntry entry, IConverter convKeyUp, IConverter convValUp, IConverter convValDown)
Parameters
Type Name Description
ICacheEntry entry

The ICacheEntry to wrap.

IConverter convKeyUp

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

IConverter convValUp

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

IConverter convValDown

The IConverter to use to pass values down to the underlying entry.

Fields

m_convKeyUp

The IConverter used to view the entry's key.

Declaration
protected IConverter m_convKeyUp
Field Value
Type Description
IConverter

m_convValDown

The IConverter used to store the entry's value.

Declaration
protected IConverter m_convValDown
Field Value
Type Description
IConverter

m_convValUp

The IConverter used to view the entry's value.

Declaration
protected IConverter m_convValUp
Field Value
Type Description
IConverter

Properties

ConverterKeyUp

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

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.