1 write to _tagMasterKeyArray
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (1)
RedisOutputCacheStore.cs (1)
86
_tagMasterKeyArray
= new[] { _tagMasterKey };
1 reference to _tagMasterKeyArray
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (1)
RedisOutputCacheStore.cs (1)
297
await cache.ScriptEvaluateAsync(ZADD_GT,
_tagMasterKeyArray
, new RedisValue[] { expiryTimestamp, tag }, TagCommandFlags).ConfigureAwait(false);