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)
38
return new DistributedSession(
_cache
, sessionKey, idleTimeout, ioTimeout, tryEstablishSession, _loggerFactory, isNewSessionKey);