DistributedSessionStore 类

定义

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

适用于