Skip to content

Commit 0acfd65

Browse files
mgravelltdykstra
andauthored
Update aspnetcore/performance/caching/hybrid.md
Co-authored-by: Tom Dykstra <[email protected]>
1 parent a31860e commit 0acfd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/performance/caching/hybrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The stateless overload of `GetOrCreateAsync` is recommended for most scenarios.
5252

5353
:::code language="csharp" source="~/performance/caching/hybrid/samples/9.x/HCMinimal/Program.cs" id="snippet_getorcreate" highlight="5-12":::
5454

55-
### Cache key guidance
55+
## Cache key guidance
5656

5757
The `key` passed to `GetOrCreateAsync` is usually formed using string concatenation, and must uniquely identify
5858
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

Comments
 (0)