Click or drag to resize

ICacheLoaderLoadAll Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Return the values associated with each the specified keys in the passed collection.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
IDictionary LoadAll(
	ICollection keys
)

Parameters

keys
Type: System.CollectionsICollection
A collection of keys to load.

Return Value

Type: IDictionary
A dictionary of keys to associated values for the specified keys.
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