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