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