Question 1 of 488
Correct Answer: Implement Lazy Loading.
Explanation: Lazy loading retrieves data from the database only when needed, reducing unnecessary cache updates.
Learn More: Documentation
Correct Answer: Implement Lazy Loading.
Explanation: Lazy loading retrieves data from the database only when needed, reducing unnecessary cache updates.
Learn More: Documentation