Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store.

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

Syntax

C#
public abstract Object Load(
	Object key
)

Parameters

key
Type: System..::..Object
Key whose associated value is to be returned.

Return Value

The value associated with the specified key, or null if no value is available for that key.

Implements

ICacheLoader..::..Load(Object)

See Also