What is Platform Cache in Salesforce?
Curious about how developers minimise API calls and securely manage access tokens? In Salesforce, caching plays a pivotal role, enhancing Org security while empowering architects to craft efficient systems.
What is Platform Cache in Salesforce? Platform Cache is a memory layer that store’s Salesforce session and org data for later access.
“Platform Cache” is just like a RAM for your app. With Platform Cache, your applications can run faster because they store reusable data in memory.
“Platform Cache” is used to to store Static Data, complex computations and Frequently used dataType of Platform Cache1)
Org Cache :- Org wide data for anyone in the org2)
Session Cache :- Data for a specific user stored up to 8 hours