in Django by

Which view decorator module can be used to control server and client-side caching?

a) django.views.decorators.cache

b) django.views.decorators.vary

c) django.views.decorators.http

d) django.views.decorators.gzip

1 Answer

0 votes
by
a) django.views.decorators.cache
...