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
krish4ukrish4u 

can we store data in cache memory without save in salesforce

Hi Friends,
After getting the data from other system can we  store data in cache memory without save in salesforce. that  cache data should be access in salesforce. Client wants this.
Is it possible ? Its urgent please suggest me. 

Thank you
Krish

 
Sunil NandipatiSunil Nandipati
What system and what infrastructure are you talking about?
Are you asking does Salesforce org have a cache?  If that is your Question then the simple answer is NO.
Dushyant SonwarDushyant Sonwar
Hey Krish,
you can use cookie class to store data in browser cache.
See this.
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_sites_cookie.htm
Hope this helps.