Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct the cacheable entry that holds the cached value.

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

Syntax

C#
public Entry(
	LocalCache localCache,
	Object key,
	Object value
)

Parameters

localCache
Type: Tangosol.Net.Cache..::..LocalCache
The local cache for this entry.
key
Type: System..::..Object
The key of this entry.
value
Type: System..::..Object
The value of this entry.

See Also