Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Dispatcher caching

Avatar

Level 3

Hi all,

We use services request to fetch the JSON data for the html page and the request does not have any extension. All the html pages are cached in the dispatcher. Is there a way to cache the service request so that whenever the user hit the page (whenever service request is used) the request is served from the cache and does not go to publisher.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee Advisor

Hi,

the dispatcher caches only files which have an extension; and the extensions which should be considered for caching can be configured in the dispatcher config as part of the caching rules.

So you need to add an extension to your service request (e.g. ".json"), and configure the dispatcher accordingly, then the caching will work.

Cheers,
Jörg

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Level 10

Can you elaborate more on those services and how they are accessed ?

Avatar

Korrekte Antwort von
Employee Advisor

Hi,

the dispatcher caches only files which have an extension; and the extensions which should be considered for caching can be configured in the dispatcher config as part of the caching rules.

So you need to add an extension to your service request (e.g. ".json"), and configure the dispatcher accordingly, then the caching will work.

Cheers,
Jörg