2 references to ReleaseConnection
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (2)
RedisOutputCacheStore.cs (2)
363
ReleaseConnection
(Interlocked.Exchange(ref _cache, null));
409
ReleaseConnection
(Interlocked.CompareExchange(ref _cache, null, cache));