You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.4/graphql/caching.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ Header | Description
146
146
147
147
Magento invalidates the cache when any of the following events occur:
148
148
149
-
* When a change occurs to a specific entity or entities in aggregate. An increase in a product's price is a direct and obvious change. Applying a new tax class tax to products changes a set of products in aggregate.
150
-
* When system configuration changes
151
-
* When an administrator flushes or disables the cache from the Admin or with the `bin/magento cache` command
149
+
* A change occurs to a specific entity or entities in aggregate. An increase in a product's price is a direct and obvious change. Applying a new tax class tax to products changes a set of products in aggregate.
150
+
* The `Preview-Version` header is specified in a query that supports caching.
151
+
* The system configuration changes.
152
+
* An administrator flushes or disables the cache from the Admin or with the `bin/magento cache` command.
0 commit comments