Question 28
Which of the following statement(s) is/are false regarding flask_caching and caching in general?
The cache decorator does not include the function parameters in the cache key.
The memoize decorator does not include the function parameters in the cache key.
The requests without request bodies are generally not cacheable.
Hard refreshing a web page clears the browser cache for that specific web page.