2 1.2.3 Cache
Simon Vieille edited this page 2018-10-09 16:32:12 +02:00

Gist generates two types of cache:

  • HTTP Cache using the header Cache-Control with max-age and s-maxage attributes (client and proxy TTLs)
  • Files to preserve computing resources

You can remove the directory cache anytime you want using make clean-cache or rm -fr cache/*.


Previous: 1.2.2-Web-server / Next: 1.2.4-Makefile