1 instantiation of CacheVaryByRules
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheContext.cs (1)
53public CacheVaryByRules CacheVaryByRules { get; } = new();
4 references to CacheVaryByRules
Microsoft.AspNetCore.OutputCaching (4)
OutputCacheContext.cs (2)
51/// Gets the <see cref="CacheVaryByRules"/> instance. 53public CacheVaryByRules CacheVaryByRules { get; } = new();
Policies\SetCacheKeyPrefixPolicy.cs (1)
13private readonly Func<HttpContext, CacheVaryByRules, CancellationToken, ValueTask> _varyByAsync;
Policies\VaryByValuePolicy.cs (1)
13private readonly Func<HttpContext, CacheVaryByRules, CancellationToken, ValueTask> _varyByAsync;