ConverterCollectionsConverterCacheEntry Class |
Namespace: Tangosol.Util
public class ConverterCacheEntry : ConverterCollectionsAbstractConverterCacheEntry
The ConverterCollectionsConverterCacheEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| ConverterCollectionsConverterCacheEntry |
Constructor.
|
| Name | Description | |
|---|---|---|
| ConverterKeyUp |
The IConverter to view the underlying entry's
key through.
(Overrides ConverterCollectionsAbstractConverterCacheEntryConverterKeyUp.) | |
| ConverterValueDown |
Return the IConverter used to change value in
the underlying entry.
(Overrides ConverterCollectionsAbstractConverterCacheEntryConverterValueDown.) | |
| ConverterValueUp |
The IConverter to view the underlying entry's
value through.
(Overrides ConverterCollectionsAbstractConverterCacheEntryConverterValueUp.) | |
| Entry |
The underlying ICacheEntry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) | |
| Key |
Gets the key corresponding to this entry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) | |
| Value |
Gets or sets the value corresponding to this entry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) |
| Name | Description | |
|---|---|---|
| Equals |
Compares the specified object with this entry for equality.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns the hash code value for this cache entry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Return a string description for this entry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) |
| Name | Description | |
|---|---|---|
| m_convKeyUp |
The IConverter used to view the entry's key.
| |
| m_convValDown |
The IConverter used to store the entry's value.
| |
| m_convValUp |
The IConverter used to view the entry's value.
| |
| m_entry |
The underlying entry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) | |
| m_keyUp |
Cached converted key.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) | |
| m_valueUp |
Cached converted value.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) |