{% import "_includes/forms" as forms %}
{{ redirectInput('utilities/blitz-cache') }} {{ csrfInput() }}

{{ 'Warming the Blitz cache will clear and cache and add a job to the queue to recache all of the files. This may take some time on large sites.'|t('blitz') }}


{{ redirectInput('utilities/blitz-cache') }} {{ csrfInput() }}

{{ 'Clearing the Blitz cache will delete all cached files.'|t('blitz') }}


{% if options|length > 0 %}
{{ redirectInput('utilities/blitz-cache') }} {{ csrfInput() }}

{{ 'Clear the Blitz cache selectively by folder.'|t('blitz') }}

{{ forms.checkboxSelect({ name: 'caches', options: options, showAllOption: true, values: '*', }) }}
{% endif %}