Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

MSM internal cache not getting updated on publishers

Avatar

Community Advisor

Hi,

MSM has got an internal cache accessible on the /libs/wcm/msm/content/commands/servercaches.conf

This cache does not get updated when Author cache get's updates and cached results are not send to publishers(publisher cache get's invalidated only after restart)

To refresh the cache I can send curl -u love:cache-X POST --data "cmd=flush" http://localhost:4503/libs/wcm/msm/content/commands/servercaches.conf

The docs: http://dev.day.com/docs/en/cq/current/administering/multi_site_manager.html are quite silent about caching unfortunatly, could you provide more info on how they work ?

Is there a check box that would allow to automatically invalidate the caches in the publishers without the need to send curl or restart?

Thanks,

Peter

1 Accepted Solution

Avatar

Correct answer by
Level 10

AFAIK servercaches list all cached LiveCopies & ideally be used for debugging. It should be deprecated. Rather than document fix it should be removed.  For now the workaround as you mentioned to make curl request or restart the msm bundle.

View solution in original post

4 Replies

Avatar

Level 10

This sounds like a bug -- the publisher MSM cache should be updated without having to run these CURL commands (nice workaround). Can you please open a ticket here: 

http://helpx.adobe.com/marketing-cloud/experience-manager.html

Avatar

Correct answer by
Level 10

AFAIK servercaches list all cached LiveCopies & ideally be used for debugging. It should be deprecated. Rather than document fix it should be removed.  For now the workaround as you mentioned to make curl request or restart the msm bundle.

Avatar

Community Advisor

Scott, could you or someone please update the docs about the caches(in most places) ?

It would make sense to have more then 5 sentences in the docs for developers

 

Regards,

Peter

Avatar

Level 10
I am meeting with the doc team early in the week. I will add this to the  meeting. It will get updated. Thanks.