DistributedSessionStore Klasse

Definition

Eine ISessionStore , die von einem IDistributedCacheunterstützt wird.

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
Vererbung
DistributedSessionStore
Implementiert

Konstruktoren

DistributedSessionStore(IDistributedCache, ILoggerFactory)

Initialisiert eine neue Instanz von DistributedSessionStore.

Methoden

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

Eine ISessionStore , die von einem IDistributedCacheunterstützt wird.

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

Erstellen Sie einen neuen, oder setzen Sie einen ISessionfort.

Gilt für: