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.
1 parent a31860e commit 0acfd65Copy full SHA for 0acfd65
aspnetcore/performance/caching/hybrid.md
@@ -52,7 +52,7 @@ The stateless overload of `GetOrCreateAsync` is recommended for most scenarios.
52
53
:::code language="csharp" source="~/performance/caching/hybrid/samples/9.x/HCMinimal/Program.cs" id="snippet_getorcreate" highlight="5-12":::
54
55
-### Cache key guidance
+## Cache key guidance
56
57
The `key` passed to `GetOrCreateAsync` is usually formed using string concatenation, and must uniquely identify
58
the data being cached both in terms of the identifiers/values used to load that data, and in terms of other data
0 commit comments