Magento-Varnish icon indicating copy to clipboard operation
Magento-Varnish copied to clipboard

Refactor code and use HTTP caching headers from HTTP Specs.

Open huguesalary opened this issue 12 years ago • 0 comments

Instead of using, for example, a URL path like ".../expiry/3d/..." to determine if an ESI fragment, or a page should be saved in cache, and for how long, use the HTTP headers:

Cache-Control If-Modified-Since Etags Last-Modified

huguesalary avatar Oct 25 '12 19:10 huguesalary