Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-01
Returns the value for the specified key.

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

Syntax

C#
protected abstract Object Get(
	Object key
)

Parameters

key
Type: System..::..Object
Key whose value is returned.

Return Value

Value from the cache for the specified key.

See Also