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
Roger TravassoRoger Travasso 

We are currently building an apex based functionality in Developer Sandbox. This will fetch data from the Salesforce database and show it on a visualforce page. Is Cache timeout same as the session timeout for apex based functionality?

Andy on CloudAndy on Cloud
No, cache is the new feature introduced couple releases ago as server side cache, which is for building apps that need better performance.  Session is user session, which is related to user security.
Roger TravassoRoger Travasso
Is it possible to know the cache time out period?
Nishant Dubey 7Nishant Dubey 7
Please check this : https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_platform_cache_limits.htm