3 writes to _firstErrorTimeTicks
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (3)
RedisOutputCacheStore.cs (3)
380var firstErrorTime = ReadTimeTicks(ref _firstErrorTimeTicks); 384WriteTimeTicks(ref _firstErrorTimeTicks, utcNow); 404WriteTimeTicks(ref _firstErrorTimeTicks, DateTimeOffset.MinValue);