1 instantiation of CachedVaryByRules
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
281context.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)
79var varyByRules = context.CachedVaryByRules; 82throw new InvalidOperationException($"{nameof(CachedVaryByRules)} must not be null on the {nameof(ResponseCachingContext)}");
ResponseCachingMiddleware.cs (1)
209if (cacheEntry is CachedVaryByRules cachedVaryByRules)