ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 388 - Certified Platform Developer II discussion

Report
Export

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.
Answers
A.
Set a cookie in the browser for use upon return to the page.
B.
Decorate the server-side method with @AuraEnabled(storagele=true).
Answers
B.
Decorate the server-side method with @AuraEnabled(storagele=true).
C.
Decorate the server-side method with @AuraEnabled(caccheable-true).
Answers
C.
Decorate the server-side method with @AuraEnabled(caccheable-true).
D.
Call the setstoreable () method on the action in the JavaScript client-side code.
Answers
D.
Call the setstoreable () method on the action in the JavaScript client-side code.
Suggested answer: C
asked 23/09/2024
Borisov Aleksandr
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first