From bfbdec4e57c45ca5ebab36320a0696f4487cc92a Mon Sep 17 00:00:00 2001 From: Micha Date: Wed, 20 Nov 2024 08:45:21 +0100 Subject: [PATCH] Move watcher to the EOF --- guides/hosting/infrastructure/reverse-http-cache.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guides/hosting/infrastructure/reverse-http-cache.md b/guides/hosting/infrastructure/reverse-http-cache.md index 233610dbe..4174d2b1e 100644 --- a/guides/hosting/infrastructure/reverse-http-cache.md +++ b/guides/hosting/infrastructure/reverse-http-cache.md @@ -191,12 +191,12 @@ For manual deployment, you can find the VCL Snippets here: - - ### Cache Invalidations 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. -::: \ No newline at end of file +::: + + \ No newline at end of file