Interface ICacheEntry
A cache entry (key-value pair).
Namespace: Tangosol.Net.Cache
Assembly: Coherence.Core.dll
Syntax
public interface ICacheEntry
Properties
| Improve this Doc View SourceKey
Gets the key corresponding to this entry.
Declaration
object Key { get; }
Property Value
Type | Description |
---|---|
System.Object | The key corresponding to this entry; may be |
Value
Gets or sets the value corresponding to this entry.
Declaration
object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value corresponding to this entry; may be |