AEM Dispatcher Cache Issue | Community
Skip to main content
Level 4
April 9, 2018
Solved

AEM Dispatcher Cache Issue

  • April 9, 2018
  • 2 replies
  • 2153 views

Hi,

I am using AEM Dispatcher with 6.2 SP1.

There is page(catalog.html) in which carousel component is rendered. I do not want it to cache in dispatcher.

is there any way to not to cache carousel component.

In Common_cache.any file.

I have written these entries:-

/0021{ /type "allow" /glob "/content/connect/c1/en/events/catalog.html"}

/0022 {/type "deny" /glob "/content/connect/c1/en/events/catalog/*/banner_par/carousel*"

But it is not working. any other solution?

Any Suggestion?

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 Rima_Mittal

Hi,

what you might use here is Sling Dynamic Include : GitHub - apache/sling-org-apache-sling-dynamic-include: Apache Sling Dynamic Include

find more details on how to setup SDI in AEM here: Adobe Experience Manager Help | Set up Sling Dynamic Include in AEM

Hope this helps!

2 replies

Rima_Mittal
Rima_MittalAccepted solution
Level 4
April 9, 2018

Hi,

what you might use here is Sling Dynamic Include : GitHub - apache/sling-org-apache-sling-dynamic-include: Apache Sling Dynamic Include

find more details on how to setup SDI in AEM here: Adobe Experience Manager Help | Set up Sling Dynamic Include in AEM

Hope this helps!

Level 4
April 11, 2018

Thanks Rima