{{ block('title') }}
{{ ta('cache', 'Cache') }}
{{ ta('use_this_page_to_purge_application_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.') }}
{{ ta('application_caching_will_be_disabled_if_this_enable_application_cache_option_in_site_settings_is_turned_off', 'Application caching will be disabled if the "Enable Application Cache" option in site settings is set to "no". (Currently: "[[[SITE_CONFIG_ENABLE_APPLICATION_CACHE]]]")', {'ADMIN_WEB_ROOT': ADMIN_WEB_ROOT, 'SITE_CONFIG_ENABLE_APPLICATION_CACHE': SITE_CONFIG_ENABLE_APPLICATION_CACHE})|raw }}
| {{ ta('server_label', 'Server Label') }} | {{ ta('server_type', 'Server Type') }} | {{ ta('cache_folder', 'Cache Folder') }} | {{ ta('action', 'Action') }} |
|---|---|---|---|
| {{ server.serverLabel }} | {{ server.serverType|title }} | {{ server.getCacheFolderPath() }} | {{ ta('purge_application_cache_purge_now', 'Purge Now') }} |