DistributedSessionStore 類別

定義

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)

支援的 ISessionStoreIDistributedCache

Create(String, TimeSpan, TimeSpan, Func<Boolean>, Boolean)

建立新的 或繼續 ISession

適用於