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)
76var cacheKeyPrefix = context.CacheVaryByRules.CacheKeyPrefix; 86.Append(context.CacheVaryByRules.CacheKeyPrefix)