1 instantiation of CachedVaryByRules
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
308context.CachedVaryByRules = new CachedVaryByRules
6 references to CachedVaryByRules
Microsoft.AspNetCore.ResponseCaching (6)
CacheEntry\CacheEntryHelpers.cs (1)
41internal static long EstimateCachedVaryByRulesySize(CachedVaryByRules? cachedVaryByRules)
MemoryResponseCache.cs (1)
64Size = CacheEntryHelpers.EstimateCachedVaryByRulesySize(entry as CachedVaryByRules)
ResponseCachingContext.cs (1)
35public CachedVaryByRules CachedVaryByRules { get; set; }
ResponseCachingKeyProvider.cs (2)
83var varyByRules = context.CachedVaryByRules; 86throw new InvalidOperationException($"{nameof(CachedVaryByRules)} must not be null on the {nameof(ResponseCachingContext)}");
ResponseCachingMiddleware.cs (1)
218if (cacheEntry is CachedVaryByRules cachedVaryByRules)