function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Saurabh Sagar GulatiSaurabh Sagar Gulati 

Storing Data for muliple pages in console.

In console, I have three different pages which loads in different frames/component. I have to make a callout to get contact information which is required on all three pages when the contact is loading or console is loading. I dont want to make three different callouts & I dont want to store that information in cloud. I just need for runtime. I know I can use fireEvents & eventListener to fetch data from other pages but that would be performance problem/time consuming when the page is loading. I am aware about Platform Cache which is an extra cose. Is there any other solution.