<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Aem Dispatcher - Delete all cache in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-delete-all-cache/m-p/455385#M130986</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="16709793"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the below curl command to clear the dispatcher cache.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;curl -H "CQ-Action: Delete" -H "Content-Length: 0"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-H "Content-Type: application/octet-stream"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-H "CQ-Handle:&amp;nbsp;&lt;STRONG&gt;/content/my-project&lt;/STRONG&gt;"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="http://localhost/dispatcher/invalidate.cache" target="_blank" rel="noopener noreferrer"&gt;http://localhost/dispatcher/invalidate.cache&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;curl -H "CQ-Action: Delete" -H "Content-Length: 0"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-H "Content-Type: application/octet-stream"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-H "CQ-Handle:&amp;nbsp;&lt;STRONG&gt;/etc.clientlibs/my-project&lt;/STRONG&gt;"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="http://localhost/dispatcher/invalidate.cache" target="_blank" rel="noopener noreferrer"&gt;http://localhost/dispatcher/invalidate.cache&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jeevan&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 08:39:24 GMT</pubDate>
    <dc:creator>JeevanRaj</dc:creator>
    <dc:date>2022-06-09T08:39:24Z</dc:date>
    <item>
      <title>Aem Dispatcher - Delete all cache</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-delete-all-cache/m-p/455375#M130983</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;on Aem I have a web portal with the following structure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- my-project&lt;BR /&gt;- my-project/en&lt;BR /&gt;- my-project/en/page1&lt;BR /&gt;- my-project/en/page1/sub-page1&lt;BR /&gt;- my-project/en/page2&lt;BR /&gt;- my-project/en/page2/sub-page2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I remove the cache from the Dispatcher of the whole "web portal" and of the "clientlibs" by calling the "dispatcher / invalidate.cache" interface with the command "curl" ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 07:55:03 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-delete-all-cache/m-p/455375#M130983</guid>
      <dc:creator>robertol6836527</dc:creator>
      <dc:date>2022-06-09T07:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Aem Dispatcher - Delete all cache</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-delete-all-cache/m-p/455385#M130986</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="16709793"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use the below curl command to clear the dispatcher cache.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;curl -H "CQ-Action: Delete" -H "Content-Length: 0"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-H "Content-Type: application/octet-stream"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-H "CQ-Handle:&amp;nbsp;&lt;STRONG&gt;/content/my-project&lt;/STRONG&gt;"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="http://localhost/dispatcher/invalidate.cache" target="_blank" rel="noopener noreferrer"&gt;http://localhost/dispatcher/invalidate.cache&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;curl -H "CQ-Action: Delete" -H "Content-Length: 0"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-H "Content-Type: application/octet-stream"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;-H "CQ-Handle:&amp;nbsp;&lt;STRONG&gt;/etc.clientlibs/my-project&lt;/STRONG&gt;"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="http://localhost/dispatcher/invalidate.cache" target="_blank" rel="noopener noreferrer"&gt;http://localhost/dispatcher/invalidate.cache&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jeevan&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 08:39:24 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-delete-all-cache/m-p/455385#M130986</guid>
      <dc:creator>JeevanRaj</dc:creator>
      <dc:date>2022-06-09T08:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Aem Dispatcher - Delete all cache</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-delete-all-cache/m-p/455388#M130988</link>
      <description>&lt;P&gt;Refer&amp;nbsp;&lt;A href="https://aem6solutions.blogspot.com/2019/11/cache-clearance-in-dispatcher.html" target="_blank"&gt;https://aem6solutions.blogspot.com/2019/11/cache-clearance-in-dispatcher.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 08:44:53 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-delete-all-cache/m-p/455388#M130988</guid>
      <dc:creator>HImanshu_Jain_</dc:creator>
      <dc:date>2022-06-09T08:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Aem Dispatcher - Delete all cache</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-delete-all-cache/m-p/455391#M130990</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="16709793"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;You can do it through postman. Paste the below CURL command in your curl script box of your postman and it will help.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;curl -H &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;CQ-Action: Delete&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; -H &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;Content-Length: 0&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; -H &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;Content-Type: application/octet-stream&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; -H &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;CQ-Handle: /content/mymyproj&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; https://&amp;lt;host:port&amp;gt;/dispatcher/invalidate.cache&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 09:03:26 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-delete-all-cache/m-p/455391#M130990</guid>
      <dc:creator>TarunKumar</dc:creator>
      <dc:date>2022-06-09T09:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Aem Dispatcher - Delete all cache</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-delete-all-cache/m-p/455400#M130995</link>
      <description>&lt;P&gt;You could also check&amp;nbsp;&lt;A href="https://adobe-consulting-services.github.io/acs-aem-commons/features/dispatcher-flush-ui/index.html" target="_blank"&gt;https://adobe-consulting-services.github.io/acs-aem-commons/features/dispatcher-flush-ui/index.html&lt;/A&gt;&amp;nbsp;which might be useful for creating a CICD pipeline that cleans cache (we used it when we had no direct connection between CICD pipeline and dispatcher due some project limitations)&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 09:44:59 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-dispatcher-delete-all-cache/m-p/455400#M130995</guid>
      <dc:creator>bartek_887</dc:creator>
      <dc:date>2022-06-09T09:44:59Z</dc:date>
    </item>
  </channel>
</rss>

