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

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: 3.6.1.0 (3.6.1.0)

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