Click or drag to resize

CacheEntry Structure

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Basic ICacheEntry implementation.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public struct CacheEntry : ICacheEntry

The CacheEntry type exposes the following members.

Constructors
  NameDescription
Public methodCacheEntry(Object, Object)
Creates an instance of a CacheEntry.
Public methodCacheEntry(Object, Object, Object)
Creates an instance of a CacheEntry.
Top
Properties
  NameDescription
Public propertyKey
Gets the key for this cache entry.
Public propertyOriginalValue
Determine the original value in the cache that this cache entry's value is replacing.
Public propertyValue
Gets or sets the value for this cache entry.
Top
Methods
Operators
See Also