object.ExecuteStore(StoreMode storemode, string key, object value) |
Store a value using the specified key and return a store
operation result
|
object.ExecuteStore(StoreMode storemode, string key, object value, DateTime expiresat) |
Store a value using the specified key with a specific expiry
time and return a store operation result
|
object.ExecuteStore(StoreMode storemode, string key, object value, DateTime expiresat, enum persistto, enum replicateto) |
Store a value using the specified key with a specific expiry
time and return a store operation result
|
object.ExecuteStore(StoreMode storemode, string key, object value, enum persistto, enum replicateto) |
Store a value using the specified key and return a store
operation result
|
object.ExecuteStore(StoreMode storemode, string key, object value, TimeSpan validfor) |
Store a value using the specified key with expiry time and
return a store operation result
|
object.ExecuteStore(StoreMode storemode, string key, object value, TimeSpan validfor, enum persistto, enum replicateto) |
Store a value using the specified key with expiry time and
return a store operation result
|
object.Store(StoreMode storemode, string key, object value) |
Store a value using the specified key
|
object.Store(StoreMode storemode, string key, object value, DateTime expiresat) |
Store a value using the specified key with a specific expiry
time
|
object.Store(StoreMode storemode, string key, object value, TimeSpan validfor) |
Store a value using the specified key with expiry time
|