SetAllAsync Method
SetAllAsync(IDictionary<TKey, TValue>)
Sets (adds or updates) entries.
Declaration
Task SetAllAsync(IDictionary<TKey, TValue> entries)
Parameters
IDictionary<TKey, TValue> | entries | The entries. |
Returns
Task | A task that will complete when entries have been added or updated. |