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