Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Creates an instance of a CacheEntry.

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

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