Question

Cognizant
GB
Last activity: 24 Mar 2025 11:24 EDT
Data Page server-side cache implementation in Constellation
Hi All,
We are struggling to understand how to leverage Data Page server-side cache in constellation. We have gone through https://academy.pega.com/topic/data-pages-constellation/v1 to understand the configuration needed to leverage server side cache.
Can someone please guide how we can leverage the server side cache.
Scenario
Front end calls Data page D1 which calls extensive logic to form the response
Front end in next page calls D2 which has to use part of D1's response to form its own response
D1 gets reloaded every time D2 gets called. We want pega to reuse the already loaded D1 instead of loading again.
Pega application used is Infinity 23.1
Front end - react.
Both D1 and D2 are list page with scope thread. Please note -we have tried with requestor scope too.
***Edited by Moderator Ellen to add Capability tags***