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