Partager via


DistributedSessionStore Classe

Définition

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
Héritage
DistributedSessionStore
Implémente

Constructeurs

DistributedSessionStore(IDistributedCache, ILoggerFactory)

Initialise une nouvelle instance de DistributedSessionStore.

Méthodes

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

ISessionStore adossé à un IDistributedCache.

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

Créez un nouveau ou reprenez un ISession.

S’applique à