We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a6a791 + c08577b commit b02bb5fCopy full SHA for b02bb5f
README.md
@@ -1,4 +1,4 @@
1
-
+
2

3
# Copilot That Jawn
4
Web/Program.cs
@@ -92,7 +92,7 @@
92
builder.Cache()
93
.SetVaryByHost(true)
94
.SetVaryByQuery("*")
95
- .SetVaryByHeader("Accept-Language") // Vary by language
+ // .SetVaryByHeader("Accept-Language") // Vary by language
96
.Expire(TimeSpan.FromHours(6)) // Cache for 6 hours by default
97
.Tag("outputcache", "site")); // Add tags for better organization
98
0 commit comments