SetAsync Method
SetAsync(TKey, TValue)
Transactional implementation of Set
Declaration
Task SetAsync(TKey key, TValue value)
Parameters
TKey | key | A key. |
TValue | value | A value. |
Returns
Remarks
The inserted entry wil be visible only in the current transaction context, until the transaction is committed.