GetAllAsync Method
GetAllAsync(ICollection<TKey>)
Gets all entries for keys.
Declaration
Task<IReadOnlyDictionary<TKey, TValue>> GetAllAsync(ICollection<TKey> keys)
Parameters
ICollection<TKey> | keys | The keys. |
Returns
Task<IReadOnlyDictionary<TKey, TValue>> | The values for the specified keys. |
Remarks
The returned readonly dictionary is NOT backed by the hazelcast map, so changes to the returned readonly dictionary are NOT reflected in the IHMap<TKey, TValue>, and vice-versa.