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