Skip to content

Commit 5e2677e

Browse files
committed
Huge thanks to @anorborg
1 parent c0e4ec6 commit 5e2677e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevTrends.MvcDonutCaching/KeyGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public string GenerateKey(ControllerContext context, CacheSettings cacheSettings
106106

107107
if (!string.IsNullOrEmpty(cacheSettings.VaryByCustom))
108108
{
109-
// if there is an existing route value with the same key as varybycustom, we should overwrite it
109+
// If there is an existing route value with the same key as varybycustom, we should overwrite it
110110
routeValues[cacheSettings.VaryByCustom.ToLowerInvariant()] =
111111
context.HttpContext.ApplicationInstance.GetVaryByCustomString(HttpContext.Current, cacheSettings.VaryByCustom);
112112
}

0 commit comments

Comments
 (0)