DistributedSessionStore Classe

Definição

Um ISessionStore apoiado por um 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
Herança
DistributedSessionStore
Implementações

Construtores

DistributedSessionStore(IDistributedCache, ILoggerFactory)

Inicializa uma nova instância de DistributedSessionStore.

Métodos

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

Um ISessionStore apoiado por um IDistributedCache.

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

Crie um novo ou retome um ISession.

Aplica-se a