Added Cache-Control header which can be configured via the Settings item
Version 2.13.9 2023-11-08
Via the Settings object it is now possible to configure the caching header:
<Settings cache_age_volatileresources="60" cache_age_cacheableresources="7200"/>
- cache_age_cacheableresources (number) defaults to 0 (disabled), Sets the cache header for fully specified getmap requests
- cache_age_volatileresources (number), defaults to 0 (disabled), Sets the cache header for things which often change, like a getcapabilities document.