Question 3
In Flask, what is the main benefit of using the @cache.cached() decorator?
It stores output in session storage
It enables token authentication
It sends compressed response headers
It skips route execution for repeated inputs
In Flask, what is the main benefit of using the @cache.cached() decorator?
It stores output in session storage
It enables token authentication
It sends compressed response headers
It skips route execution for repeated inputs
Correct answer
It skips route execution for repeated inputs
Question 3 of 32 in the IIT Madras BS Modern Application Development II (MAD 2) End Term paper sat on 31 Aug 2025, in the May 2025 term (IIT M IMPROVEMENT AN EXAM QIB3 31 Aug 2025). It carries 2 marks.