Question
When is caching most beneficial?
Select an option. Your answer will be checked instantly.
Correct Answer: B. When the same expensive dataset is reused by multiple actions
Explanation:
Caching trades storage for reduced recomputation.
It is valuable in iterative algorithms and interactive analysis.
Leave a Reply