Overload List
Name | Description | |
---|---|---|
Put(TKey, TValue) |
Transactional implementation of
Put(TKey, TValue)
.
The object to be put will be accessible only in the current transaction context till transaction is committed.
| |
Put(TKey, TValue, Int64, TimeUnit) |
Transactional implementation of
Put(TKey, TValue, Int64, TimeUnit)
.
The object to be put will be accessible only in the current transaction context till transaction is committed.
|
See Also