Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Creates an instance of a CacheEntry.

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

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