Skip to content

Commit

Permalink
Update guides/hosting/infrastructure/reverse-http-cache.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 authored Nov 20, 2024
1 parent 48bf844 commit 57db95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/hosting/infrastructure/reverse-http-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ For manual deployment, you can find the VCL Snippets here:

### Cache Invalidations

The Reverse Proxy Cache does share the same invalidation mechanism as the Object Cache and has the same tags. So when a product gets invalidated, the object cache and the http cache will be invalidated.
The Reverse Proxy Cache shares the same invalidation mechanism as the Object Cache and has the same tags. So, when a product is invalidated, the object cache and the HTTP cache will also be invalidated.

::: warning
`bin/console cache:clear` will also clear the HTTP cache. If this is not intended, you should manually delete the `var/cache` folder. The object cache can be cleared with `bin/console cache:pool:clear --all` explicitly.
Expand Down

0 comments on commit 57db95e

Please sign in to comment.