This module allows you to directly invalidate cache items through the Drupal administration interface, bypassing the Purge queue. You can enter specific items like URLs or tags to clear them from external caching platforms immediately.
This module allows you to directly invalidate one or more items through the administration user interface, without going through the Purge queue.
The functionality is very similar to the "p:invalidate" Drush command.
Requirements
Purge module.
Usage
Go to the Purge Invalidation Form (/admin/config/development/performance/purge-invalidation-form) and enter the item(s) that needs to be invalidated, one per line.
Example
You just updated a page, and your changes need to be immediately available for your audience, without waiting until the Purge queue is processed.
Using this module, you can enter the URL, path, tag, etc., and invalidate
the item right away, like so:
- Tag node:1 (Clears URLs tagged with "node:1" from external caching platforms).
- URL http://www.drupal.org/ (Clears the URL from external caching platforms).