Skip to content

Commit 14f0e0e

Browse files
authored
Update 16/umbraco-cms/reference/cache/imemberpartialviewcacheinvalidator.md
1 parent 2b04589 commit 14f0e0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ This interface is called from the member cache refresher (`MemberCacheRefresher`
1717
## Details of the default implementation
1818

1919
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-
When the `ClearPartialViewCacheItems` method is called it will clear all cache items that match the marker for the updated members.
20+
21+
When the `ClearPartialViewCacheItems` method is called, it will clear all cache items that match the marker for the updated members.
2122

2223
If no member is logged in during caching, items with an empty member marker (for example, `-m-`) are also cleared.
2324

0 commit comments

Comments
 (0)