Django 5.0+ implements asynchronous caching methods. DRF decorators (@method_decorator, @cache_page) do not work with asynchronous views.
So, until adrf supports asynchronous caching, I suggest to use mixins:
https://github.com/imgVOID/adrf-caching
Also the lib works well with django spectacular.