You need to sign in to do that
Don't have an account?

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
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
Are you asking does Salesforce org have a cache? If that is your Question then the simple answer is NO.
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.