WebTempStore
public class WebTempStore : WebStoreBase, ITempStore
Inheritance
- class WebStoreBase
- interface ITempStore
Namespace
Constructors
WebTempStore
The default constructor.
public WebTempStore()
Methods
GetValue<T>
public T? GetValue<T>(Guid storeId, string key)
where T : struct
SetValue<T>
public void SetValue<T>(Guid storeId, string key, T? value)
where T : struct