1 write to _cache
Microsoft.AspNetCore.Session (1)
DistributedSession.cs (1)
71_cache = cache;
5 references to _cache
Microsoft.AspNetCore.Session (5)
DistributedSession.cs (5)
184var data = _cache.Get(_sessionKey); 222var data = await _cache.GetAsync(_sessionKey, cts.Token); 258var data = await _cache.GetAsync(_sessionKey, cts.Token); 279await _cache.SetAsync( 297await _cache.RefreshAsync(_sessionKey, cts.Token);