{{ block('title') }}

{{ msg_page_notifications|raw }}

Cache

Use this page to purge any application cache from the /cache/ folder. This includes any Twig templating cache (if you're making html changes) and routing cache. You should also purge the cache when uploading new plugins to any file servers.

Application caching will be disabled if the "Enable Application Cache" option in site settings is set to "no". (Currently: "{{ SITE_CONFIG_ENABLE_APPLICATION_CACHE }}")

{% for server in servers %} {% endfor %}
Server Label Server Type Cache Folder Action
{{ server.serverLabel }} {{ server.serverType|title }} {{ server.getCacheFolderPath() }} {{ t('purge_application_cache_purge_now', 'Purge Now') }}