Call dispatcher API in service | Community
Skip to main content
New Participant
February 22, 2021
Solved

Call dispatcher API in service

  • February 22, 2021
  • 4 replies
  • 1985 views

Hi,

 

Any one help how to read in witch data cleared in the dispatcher cache into service level.

 

Thanks,

Mohan 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Shubham_borole

Hi, Not sure if that is achievable since we would want the Akamai to communicate to dispatcher to get desired cache detail. It is probably better to clear dispatcher cache for all dispatchers (for the content in question) first and then the akamai cache. 

What is the idea behind knowing which dispatcher had a cache cleared? 

4 replies

Shubham_borole
Shubham_boroleAccepted solution
New Participant
March 1, 2021

Hi, Not sure if that is achievable since we would want the Akamai to communicate to dispatcher to get desired cache detail. It is probably better to clear dispatcher cache for all dispatchers (for the content in question) first and then the akamai cache. 

What is the idea behind knowing which dispatcher had a cache cleared? 

Shashi_Mulugu
New Participant
February 22, 2021

@mohanasundaramp can you please elaborate more on your usecase?

 

Why do you want to know which cache got cleared in service?

 

Maybe community can guide with better strategy..

New Participant
February 23, 2021

Thanks for your reply.

I have implemented the Akamai cache clear in my project using workflow step execution. Before the workflow execution start i need to fetch the dispatcher files information for which files are cleared in cache. I am not sure it's this is able to archive are not.

 

BrianKasingli
New Participant
February 22, 2021

@mohanasundaramp, not that I am aware of, but you can check out the replication logs from here,

http://localhost:4502/etc/replication/agents.author/publish.log.html#end

This path is generated from the AEM 6.5 build with examples.

 

Kiran_Vedantam
New Participant
February 22, 2021

Hi @mohanasundaramp,

 

Can you please be more specific on your query?

 

If you are looking for dispatcher cache clearance please check here: https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/page-invalidate.html?lang=en#manually-invalidating-the-dispatcher-cache

 

Hope this helps.

 

Thanks,

Kiran Vedantam.

New Participant
February 23, 2021
Thanks for your reply. I have implemented the Akamai cache clear in my project using workflow step execution. Before the workflow execution start i need to fetch the dispatcher files information for which files are cleared in cache. I am not sure it's this is able to archive are not.