scrachy.settings.defaults.storage.SCRACHY_CACHE_RESPONSE_RETRIEVAL_METHOD
- scrachy.settings.defaults.storage.SCRACHY_CACHE_RESPONSE_RETRIEVAL_METHOD: Literal['minimal', 'standard', 'full'] = 'standard'
The cache stores quite a bit of information about each response. Not all of this information is useful for a given scraping task or might only be used for post scraping analysis. To help avoid loading unnecessary information you can select one of three retrieval methods that vary in the amount of data they retrieve. All three methods return some subclass of
TextResponseobject, but may havenullvalues for some of the properties.