Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Return the values associated with each the specified keys in the passed collection.

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

Syntax

C#
public IDictionary LoadAll(
	ICollection keys
)

Parameters

keys
Type: System.Collections..::..ICollection
A collection of keys to load.

Return Value

A dictionary of keys to associated values for the specified keys.

Implements

ICacheLoader..::..LoadAll(ICollection)

Remarks

If a key does not have an associated value in the underlying store, then the return dictionary will not have an entry for that key.

See Also