SalesforceSalesforce
PDI · Question #90
PDI Question #90: Real Exam Question with Answer & Explanation
Sign in or unlock PDI to reveal the answer and full explanation for question #90. The question stem and answer options stay visible for context.
Submitted by eva_at· Apr 18, 2026User Interface
Question
A developer wants to improve runtime performance of Apex calls by caching result on the client. What is the most efficient way to implement this and follow best practices?
Options
- ADecorate the server-side method with @AuraEnabled (total-true).
- BCall the setStoeable () method on the action in the javaScript client-sidecode.
- CDecorate the server-side method with @AuraEnabled (cacheable-true.
- DSet a ciikie in the browser for use upon return to the page.
Unlock PDI to see the answer
You've previewed enough free PDI questions. Unlock PDI for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Apex#Caching#Performance Optimization#Lightning Web Components