Open Soviut opened 8 years ago
@Soviut this seems a very old thread, but wondering if you checked that cache layer was working when using query strings? either using mixin or decorator, doesn't seem to work for a list response for me
I want to know the current situation of this
I have a viewset with custom
list()
andretrieve()
methods. I can put@cache_response()
decorators on the methods and it successfully gets and sets to the cache. However, if I try to useCacheResponseMixin
nothing happens.The following caches.
The following does not cache.