1 write to _tagKeyPrefix
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (1)
RedisOutputCacheStore.cs (1)
84
_tagKeyPrefix
= (RedisKey)Encoding.UTF8.GetBytes(_options.InstanceName + "__MSOCT_");
1 reference to _tagKeyPrefix
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (1)
RedisOutputCacheStore.cs (1)
186
=>
_tagKeyPrefix
.Append(tag);