If a heavy database query result is unlikely to change often, what is the benefit of using Django caching for that data?
It ensures data never changes
It provides faster responses by avoiding repeated queries
It automatically cleans the database
It encrypts the data
This question is part of this quiz :
Python | Django | Advanced Features