From d70d38a92cf9ace212953215eff7500603f9fbed Mon Sep 17 00:00:00 2001 From: William Pinaud Date: Sat, 9 Nov 2019 22:14:19 +0100 Subject: [PATCH] Simply update the ESI initial specs date (dated 2001) --- http_cache/esi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_cache/esi.rst b/http_cache/esi.rst index 28732a72f26..24c8341f048 100644 --- a/http_cache/esi.rst +++ b/http_cache/esi.rst @@ -12,7 +12,7 @@ have one limitation: they can only cache whole pages. If your pages contain dynamic sections, such as the user name or a shopping cart, you are out of luck. Fortunately, Symfony provides a solution for these cases, based on a technology called `ESI`_, or Edge Side Includes. Akamai wrote this specification -almost 10 years ago and it allows specific parts of a page to have a different +in 2001 and it allows specific parts of a page to have a different caching strategy than the main page. The ESI specification describes tags you can embed in your pages to communicate