Table of Contents

About

infinite static cache is a cache functionality that sends to the browser the below cache instruction:

  • cache all images, css, and javascript library
  • for an infinite amount of time

In reality, the files change but because the URL (ie https://host/my/file) generated are unique:

  • when a file change,
  • its URL change
  • and the browser will ask the new file version.

Support

We support static cache on:

Configuration

staticCacheEnabled

If you want to disable this feature, you can turn it off with the staticCacheEnabled configuration.