PutAsync Method
PutAsync(TKey, TValue)
Sets key
to value
.
Declaration
Task<TValue> PutAsync(TKey key, TValue value)
Parameters
TKey | key | The key to be set. |
TValue | value | The value to be map to |
Returns
Task<TValue> | Value of the existing entry if any, otherwise null. |