1 write to _cache
Microsoft.AspNetCore.Session (1)
DistributedSessionStore.cs (1)
28_cache = cache;
1 reference to _cache
Microsoft.AspNetCore.Session (1)
DistributedSessionStore.cs (1)
38return new DistributedSession(_cache, sessionKey, idleTimeout, ioTimeout, tryEstablishSession, _loggerFactory, isNewSessionKey);