scrachy.middleware.httpcache

Classes for managing Http Cache Storage.

Classes

AlchemyCacheStorage(settings)

This class implements a scrapy cache storage backend that uses a relational database to store the cached documents.

BlacklistPolicy(settings)

A wrapper around another cache control policy, but you can also blacklist urls (exclude from caching) via pattern matching using the SCRACHY_POLICY_EXCLUDE_URL_PATTERNS setting.