1 write to _tagMasterKey
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (1)
RedisOutputCacheStore.cs (1)
85_tagMasterKey = (RedisKey)Encoding.UTF8.GetBytes(_options.InstanceName + "__MSOCT");
5 references to _tagMasterKey
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (5)
RedisOutputCacheStore.cs (5)
86_tagMasterKeyArray = new[] { _tagMasterKey }; 130var gcKey = _tagMasterKey.Append("GC"); 147await foreach (var entry in cache.SortedSetScanAsync(_tagMasterKey).WithCancellation(cancellationToken)) 157return await cache.SortedSetRemoveRangeByScoreAsync(_tagMasterKey, start: 0, stop: keepValuesGreaterThan).ConfigureAwait(false); 283await cache.SortedSetAddAsync(_tagMasterKey, tag, expiryTimestamp, SortedSetWhen.GreaterThan, TagCommandFlags).ConfigureAwait(false);