Kraut Purge
8 sites
No security coverage
This module integrates with the Purge ecosystem to efficiently invalidate cached content stored in Kraut Cache.
The Kraut Purge module provides integration with the
Purge ecosystem and makes it easy and
efficient to invalidate your Kraut Cache.
Installation
-
Download and enable the required modules:
drush en kraut_purge --yes -
Also enable the necessary Purge components:
drush en purge_drush purge_queuer_coretags \ purge_processor_lateruntime purge_processor_cron purge_ui --yes -
Add the "
Kraut Cache" purger to your configuration:drush p:purger-add --if-not-exists kraut_cache -
Verify if purge reports that your setup is working:
drush p:diagnostics --fields=title,severity ------------------------------ ---------- Title Severity ------------------------------ ---------- Kraut Cache OK Queuers OK Page cache max age OK Page cache OK Purgers OK Capacity OK Queue size OK Processors OK ------------------------------ ----------