I have a quick question regarding the "panels-hash-cache-reset" querystring. If I understand correctly, I can use this querystring to clear AND re-create the cached page without needing to manually crawl the page. I assume that I could use the Cache Warmer module for this purpose.

If I want to reset and re-create the cache for a panel containing a Views Exposed filter where the Panel Hash Cache granularity is set to "Full URL (including query strings)", would I go about it in the following way?

http://site.com/test_view?field_address_country=All&field_address_administrative_area=All&field_inactive=1&panels-hash-cache-reset={secretkey}
drush browse test_view?field_address_country=All&field_address_administrative_area=All&field_inactive=2&panels-hash-cache-reset={secretkey}

Will this work as intended for every possible Views exposed filter setting, or will it not work since I have the Full Url granularity which potentially includes the "panels-hash-cache-reset" as a unique page?

Any help would be greatly appreciated. Thanks in advanced.

Comments

NWOM created an issue. See original summary.

nwom’s picture

Title: Help Setting up a Cronjob to clear and generate cache for a page » Using panels-hash-cache-reset to clear and recreate page cache with multiple filters
Issue summary: View changes