1 write to _valueKeyPrefix
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (1)
RedisOutputCacheStore.cs (1)
83
_valueKeyPrefix
= (RedisKey)Encoding.UTF8.GetBytes(_options.InstanceName + "__MSOCV_");
1 reference to _valueKeyPrefix
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (1)
RedisOutputCacheStore.cs (1)
183
=>
_valueKeyPrefix
.Append(key);