Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Creates an instance of a CacheEntry.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public CacheEntry(
	Object key,
	Object value,
	Object origValue
)

Parameters

key
Type: System..::.Object
Cache entry key.
value
Type: System..::.Object
Cache entry value.
origValue
Type: System..::.Object
The original value in the cache that this entry's value is replacing.

See Also