Class UpdateCacheMiddleware

Response-phase cache middleware that updates the cache if the response is cacheable.

Declaration

class UpdateCacheMiddleware(MiddlewareMixin)
source link

Documentation

Must be used as part of the two-part update/fetch cache middleware.
UpdateCacheMiddleware must be the first piece of middleware in MIDDLEWARE
so that it'll get called last during the response phase.

Methods

Inherited methods

Subclasses