Skip to content

Commit 3d9aada

Browse files
authored
Update 10/umbraco-cms/reference/cache/README.md
1 parent ce4e75a commit 3d9aada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10/umbraco-cms/reference/cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ There are 2 other base types of `ICacheRefresher` which are:
5151
* `IJsonCacheRefresher` - this inherits from `ICacheRefresher` but provides more flexibility if you need to invalidate cache based on more complex scenarios (for example, the [MemberGroupCacheRefresher](https://github.com/umbraco/Umbraco-CMS/blob/v13/main/src/Umbraco.Core/Cache/MemberGroupCacheRefresher.cs)).
5252
* `void Refresh(string jsonPayload)` - Invalidates/refreshes any cache based on the information provided in the JSON. The JSON value is any value that is used when executing the method to invoke the cache refresher.
5353

54-
There are several examples of `ICacheRefresher`'s in the core: https://github.com/umbraco/Umbraco-CMS/tree/v13/main/src/Umbraco.Core/Cache
54+
There are a couple of examples of `ICacheRefresher's` in the [core](https://github.com/umbraco/Umbraco-CMS/tree/v13/main/src/Umbraco.Core/Cache).
5555

5656
### Executing an ICacheRefresher
5757

0 commit comments

Comments
 (0)