Class FetchFromCacheMiddleware

Request-phase cache middleware that fetches a page from the cache.

Declaration

class FetchFromCacheMiddleware(MiddlewareMixin)
source link

Documentation

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

Methods

Inherited methods

Subclasses