1 write to VaryByKeyPrefix
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
283VaryByKeyPrefix = FastGuid.NewGuid().IdString,
4 references to VaryByKeyPrefix
Microsoft.AspNetCore.ResponseCaching (4)
CacheEntry\CacheEntryHelpers.cs (2)
53if (!string.IsNullOrEmpty(cachedVaryByRules.VaryByKeyPrefix)) 55size = cachedVaryByRules.VaryByKeyPrefix.Length * sizeof(char);
ResponseCachingKeyProvider.cs (2)
87return varyByRules.VaryByKeyPrefix; 96builder.Append(varyByRules.VaryByKeyPrefix);