3 references to InstanceName
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (3)
RedisOutputCacheStore.cs (3)
83
_valueKeyPrefix = (RedisKey)Encoding.UTF8.GetBytes(_options.
InstanceName
+ "__MSOCV_");
84
_tagKeyPrefix = (RedisKey)Encoding.UTF8.GetBytes(_options.
InstanceName
+ "__MSOCT_");
85
_tagMasterKey = (RedisKey)Encoding.UTF8.GetBytes(_options.
InstanceName
+ "__MSOCT");