Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit bf56a91

Browse files
authored
GraphQL: Backport statement about the header (#8700)
1 parent b67b8d3 commit bf56a91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/guides/v2.4/graphql/caching.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Header | Description
146146

147147
Magento invalidates the cache when any of the following events occur:
148148

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

Comments
 (0)