Closed cliffano closed 6 years ago
As per https://helpx.adobe.com/experience-manager/dispatcher/using/dispatcher-configuration.html#main-pars_title_19, it shouldn't be possible to invalidate Dispatcher cache.
The sample command on that article is: curl -H "CQ-Handle: /content" -H "CQ-Path: /content" http://yourhostname/dispatcher/invalidate.cache However, for our test, let's simulate it with ruby.
curl -H "CQ-Handle: /content" -H "CQ-Path: /content" http://yourhostname/dispatcher/invalidate.cache
PR #7
As per https://helpx.adobe.com/experience-manager/dispatcher/using/dispatcher-configuration.html#main-pars_title_19, it shouldn't be possible to invalidate Dispatcher cache.
The sample command on that article is:
curl -H "CQ-Handle: /content" -H "CQ-Path: /content" http://yourhostname/dispatcher/invalidate.cache
However, for our test, let's simulate it with ruby.