CacheEntry Structure |
Namespace: Tangosol.Net.Cache
public struct CacheEntry : ICacheEntry
The CacheEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| CacheEntry(Object, Object) |
Creates an instance of a CacheEntry.
| |
| CacheEntry(Object, Object, Object) |
Creates an instance of a CacheEntry.
|
| Name | Description | |
|---|---|---|
| Key |
Gets the key for this cache entry.
| |
| OriginalValue |
Determine the original value in the cache that this cache entry's
value is replacing.
| |
| Value |
Gets or sets the value for this cache entry.
|
| Name | Description | |
|---|---|---|
| Equals |
Checks two cache entries for equality.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Generates hash code for this CacheEntry. (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a String that represents
the current CacheEntry.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| (DictionaryEntry to CacheEntry) |
Converts DictionaryEntry to CacheEntry.
| |
| (CacheEntry to DictionaryEntry) |
Converts CacheEntry to DictionaryEntry.
|