From c98724d2997f5a587f325198efe7c3d5fd8b3de9 Mon Sep 17 00:00:00 2001 From: Soner Sayakci Date: Tue, 19 Nov 2024 14:11:23 +0100 Subject: [PATCH] docs: add invalidation mechanism details for Reverse Proxy Cache --- guides/hosting/infrastructure/reverse-http-cache.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guides/hosting/infrastructure/reverse-http-cache.md b/guides/hosting/infrastructure/reverse-http-cache.md index 225b1f526..da47c0a9e 100644 --- a/guides/hosting/infrastructure/reverse-http-cache.md +++ b/guides/hosting/infrastructure/reverse-http-cache.md @@ -192,3 +192,11 @@ 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. + +::: warning +`bin/console cache:clear` will also clear the HTTP cache. If this is not intended you should delete the `var/cache` folder manually, the object cache can be cleared with `bin/console cache:pool:clear --all` explictly. +::: \ No newline at end of file