If you're integrating locize outside of a browser application, you may checkout alternative caching options.
The Cache-Control max-age defines the amount of time a file should be cached for.
Custom caching is only available in combination with the Pro CDN type.
The Standard CDN has a fixed caching setting.
The max-age response directive indicates that the response is to be considered stale after its age is greater than the specified number of seconds.
The max-age is expressed in seconds.
Common max-age values are:
When using max-age to define your cache times one should consider how fast your users should be able to request the updated files.
For example for versions used by the development teams we recommend to disable the cache functionality.
For production versions we recommend a low cache value.

Remember: if you for example have a max-age of 604800 your users could have to wait up to one week before receiving the updated file.
To have a good saveMissing etc. developer experience, we suggest not to enable caching on the default version "latest".
Our advice
Why is there such a high download amount?
