MSM internal cache not getting updated on publishers | Community
Skip to main content
Peter_Puzanovs
New Participant
October 16, 2015
Solved

MSM internal cache not getting updated on publishers

  • October 16, 2015
  • 4 replies
  • 1161 views

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

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 Sham_HC

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.

4 replies

smacdonald2008
New Participant
October 16, 2015

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

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

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.

Peter_Puzanovs
New Participant
October 16, 2015

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

smacdonald2008
New Participant
October 16, 2015
I am meeting with the doc team early in the week. I will add this to the  meeting. It will get updated. Thanks.