class documentation

class DummyPolicy:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method is​_cached​_response​_fresh Undocumented
Method is​_cached​_response​_valid Undocumented
Method should​_cache​_request Undocumented
Method should​_cache​_response Undocumented
Instance Variable ignore​_http​_codes Undocumented
Instance Variable ignore​_schemes Undocumented
def __init__(self, settings):

Undocumented

def is_cached_response_fresh(self, cachedresponse, request):

Undocumented

def is_cached_response_valid(self, cachedresponse, response, request):

Undocumented

def should_cache_request(self, request):

Undocumented

def should_cache_response(self, response, request):

Undocumented

ignore_http_codes =

Undocumented

ignore_schemes =

Undocumented