Class ConverterCollections.ConverterCacheEntry
An ICacheEntry that lazily converts the key and value.
Inheritance
Implements
Inherited Members
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
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
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. |