Skip to content

Commit 5c98c69

Browse files
authored
Update 10/umbraco-cms/reference/cache/README.md
1 parent a05b1c8 commit 5c98c69

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
@@ -13,7 +13,7 @@ Although caching is a pretty standard concept it is very important to make sure
1313

1414
In normal environments caching seems to be a pretty standard concept. If you are a package developer or developer who is going to publish a codebase to a load balanced environment then you need to be aware of how to invalidate your cache properly, so that it works in load balanced environments. If it is not done correctly then your package and/or codebase will not work the way that you would expect in a load balanced scenario.
1515

16-
**If you are caching business logic data that changes based on a user's action in the backoffice and you are not using an **_**ICacheRefresher**_** then you will need to review your code and update it based on the below documentation.**
16+
**If you're caching business logic based on backoffice user actions without using an _ICacheRefresher_, review and update your code using the documentation below.**
1717
{% endhint %}
1818

1919
## Retrieving and Adding items in the cache

0 commit comments

Comments
 (0)