List of questions
Related questions
Question 388 - Certified Platform Developer II discussion
A developer wishes to improve runtime performance of Apex calls by caching results on the client.
What is the most efficient way to Implement this?
A.
Set a cookie in the browser for use upon return to the page.
B.
Decorate the server-side method with @AuraEnabled(storagele=true).
C.
Decorate the server-side method with @AuraEnabled(caccheable-true).
D.
Call the setstoreable () method on the action in the JavaScript client-side code.
Your answer:
0 comments
Sorted by
Leave a comment first