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

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.7.1.23 (3.7.1.23)

Syntax

C#
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.

See Also