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

適用対象