DistributedSessionStore 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由 ISessionStore 提供支持的 IDistributedCache。
public ref class DistributedSessionStore : Microsoft::AspNetCore::Session::ISessionStore
public class DistributedSessionStore : Microsoft.AspNetCore.Session.ISessionStore
type DistributedSessionStore = class
interface ISessionStore
Public Class DistributedSessionStore
Implements ISessionStore
- 继承
-
DistributedSessionStore
- 实现
构造函数
DistributedSessionStore(IDistributedCache, ILoggerFactory) |
初始化 DistributedSessionStore 的新实例。 |
方法
Create(String, TimeSpan, Func<Boolean>, Boolean) |
由 ISessionStore 提供支持的 IDistributedCache。 |
Create(String, TimeSpan, TimeSpan, Func<Boolean>, Boolean) |
创建新的 或恢复 ISession。 |