0 votes
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

Related questions

0 votes
asked Jun 22, 2022 in Django by SakshiSharma
0 votes
asked Jun 26, 2022 in Django by john ganales
...