WebSessionStore
public class WebSessionStore : WebStoreBase, ISessionStore
Inheritance
- class WebStoreBase
- interface ISessionStore
Namespace
Constructors
WebSessionStore
public WebSessionStore(Lazy<IStoreService> storeService)
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