3 writes to _cache
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (3)
RedisOutputCacheStore.cs (3)
343cache = _cache = connection.GetDatabase(); 363ReleaseConnection(Interlocked.Exchange(ref _cache, null)); 409ReleaseConnection(Interlocked.CompareExchange(ref _cache, null, cache));
3 references to _cache
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (3)
RedisOutputCacheStore.cs (3)
317var cache = _cache; 329var cache = _cache; 345Debug.Assert(_cache is not null);