1 write to CacheKeyPrefix
Microsoft.AspNetCore.OutputCaching (1)
Policies\SetCacheKeyPrefixPolicy.cs (1)
20
_varyByAsync = async (context, rules, cancellationToken) => rules.
CacheKeyPrefix
= await varyBy(context, cancellationToken);
2 references to CacheKeyPrefix
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheKeyProvider.cs (2)
76
var cacheKeyPrefix = context.CacheVaryByRules.
CacheKeyPrefix
;
86
.Append(context.CacheVaryByRules.
CacheKeyPrefix
)