class documentation

class DummyPolicy: (source)

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): (source)

Undocumented

def is_cached_response_fresh(self, cachedresponse, request): (source)

Undocumented

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

Undocumented

def should_cache_request(self, request): (source)

Undocumented

def should_cache_response(self, response, request): (source)

Undocumented

ignore_http_codes = (source)

Undocumented

ignore_schemes = (source)

Undocumented