Skip to content

Commit 3d0cc01

Browse files
authored
Update 16/umbraco-cms/reference/cache/imemberpartialviewcacheinvalidator.md
1 parent 5f6d278 commit 3d0cc01

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
@@ -6,7 +6,7 @@ This section describes what IMemberPartialViewCacheInvalidator is, what it's def
66

77
This interface is used to isolate the logic that needs to run to invalidate parts of the PartialView cache when a member is updated
88

9-
## Why do we need to partialy invalidate the partialView cache
9+
## Why do we need to partially invalidate the partial view cache?
1010

1111
Razor templates may show data that is retrieved from a member object. Those templates might be cached by using the partial caching mechanism (for example, `@await Html.CachedPartialAsync("member",Model,TimeSpan.FromDays(1), cacheByMember:true)`). When a member is updated, these cached partials must be invalidated to ensure updated data is shown.
1212

0 commit comments

Comments
 (0)