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

GraphQL: Preview-Version queries #8681

Merged
merged 3 commits into from
Feb 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/guides/v2.4/graphql/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Header | Description

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

* 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.
* When system configuration changes
* When an administrator flushes or disables the cache from the Admin or with the `bin/magento cache` command
* 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.
* The `Preview-Version` header is specified in a query that supports caching.
* The system configuration changes.
* An administrator flushes or disables the cache from the Admin or with the `bin/magento cache` command.