Salesforce Applications frequently need static data while performing transactions. This post will explain how to enhance apex performance with platform caching.
Tag:
optimize code
- ApexArchitectureSalesforce
Optimize Apex Code by Metadata Caching
by Dhanik Lal Sahni January 20, 2022Most of the time we need metadata of entities and fields to make dynamic pages. This post will give detail on how to optimize apex code by metadata caching.