Skip to content

Commit 216b0b4

Browse files
authored
Update 13/umbraco-cms/reference/cache/imemberpartialviewcacheinvalidator.md
1 parent a40939d commit 216b0b4

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
@@ -21,7 +21,7 @@ Razor template partials are cached through a call to `Html.CachedPartialAsync` w
2121

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

24-
Since it is possible to call the `Html.CachedPartialAsync` with `cacheByMember` set to `true` while there is no member logged in, it will also clear all cache items with an empty member marker (i.e. `-m-`)
24+
If no member is logged in during caching, items with an empty member marker (for example, `-m-`) are also cleared.
2525

2626
## Customizing the implementation
2727

0 commit comments

Comments
 (0)