2 implementations of IDistributedSessionStore
Microsoft.AspNetCore.Session (2)
DefaultDistributedSessionStore.cs (1)
9internal sealed class DefaultDistributedSessionStore : IDistributedSessionStore
NoOpSessionStore.cs (1)
10internal sealed class NoOpSessionStore : IDistributedSessionStore
1 reference to IDistributedSessionStore
Microsoft.AspNetCore.Session (1)
DistributedSession.cs (1)
32private IDistributedSessionStore _store;