ConverterCollectionsAbstractConverterCacheEntry Class |
Namespace: Tangosol.Util
[SerializableAttribute] public abstract class AbstractConverterCacheEntry : ICacheEntry
The ConverterCollectionsAbstractConverterCacheEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| ConverterCollectionsAbstractConverterCacheEntry |
Constructor.
|
| Name | Description | |
|---|---|---|
| ConverterKeyUp |
The IConverter to view the underlying entry's
key through.
| |
| ConverterValueDown |
The IConverter used to change value in the
underlying entry.
| |
| ConverterValueUp |
The IConverter to view the underlying entry's
value through.
| |
| Entry |
The underlying ICacheEntry.
| |
| Key |
Gets the key corresponding to this entry.
| |
| Value |
Gets or sets the value corresponding to this entry.
|
| Name | Description | |
|---|---|---|
| Equals |
Compares the specified object with this entry for equality.
(Overrides ObjectEquals(Object).) | |
| 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.
(Overrides ObjectGetHashCode.) | |
| 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.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| m_entry |
The underlying entry.
| |
| m_keyUp |
Cached converted key.
| |
| m_valueUp |
Cached converted value.
|