Skip to content

Commit 97ceb8d

Browse files
authored
Update 16/umbraco-cms/reference/cache/imemberpartialviewcacheinvalidator.md
1 parent bbf9c18 commit 97ceb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Razor templates may show data that is retrieved from a member object. Those temp
1414

1515
This interface is called from the MemberCacheRefresher which is called every time a member is updated.
1616

17-
## Details of the implementation
17+
## Details of the default implementation
1818

1919
When a razor template partial is cached through `Html.CachedPartialAsync` with `cacheByMember` set to `true`, the extension method modifies the cache key. It appends the member ID of the currently logged-in member and a marker (for example, `-m1015-`) to the partial view cache key.
2020
When the `ClearPartialViewCacheItems` method is called it will clear all PartialView cacheItems that have the memberId marker for all passed in members.

0 commit comments

Comments
 (0)