Skip to content

Commit 6ee05bf

Browse files
authored
Update 13/umbraco-cms/reference/cache/imemberpartialviewcacheinvalidator.md
1 parent 333086a commit 6ee05bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-cms/reference/cache/imemberpartialviewcacheinvalidator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This interface is called from the member cache refresher (`MemberCacheRefresher`
1717

1818
## Details of the default implementation
1919

20-
Razor template partials are cached through a call to `Html.CachedPartialAsync` with `cacheByMember` set to `true`. This will append the id of the currently logged in member with a marker to the partial view cache key. For example, `-m1015-`.
20+
Razor template partials are cached through a call to `Html.CachedPartialAsync` with `cacheByMember` set to `true`. This will append the ID of the currently logged-in member with a marker to the partial view cache key. For example, `-m1015-`.
2121

2222
When the `ClearPartialViewCacheItems` method is called it will clear all cache items that match the marker for the updated members.
2323

0 commit comments

Comments
 (0)