We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2cc13 commit 155caf2Copy full SHA for 155caf2
src/apify/scrapy/extensions/httpcache.py
@@ -28,7 +28,10 @@
28
class ApifyCacheStorage:
29
"""A Scrapy cache storage that uses the Apify `KeyValueStore` to store responses.
30
31
- This cache storage requires the asyncio Twisted reactor to be installed.
+ It can be set as a storage for Scrapy's built-in `HttpCacheMiddleware`, which caches
32
+ responses to requests. See HTTPCache middleware settings (prefixed with `HTTPCACHE_`)
33
+ in the Scrapy documentation for more information. Requires the asyncio Twisted reactor
34
+ to be installed.
35
"""
36
37
def __init__(self, settings: BaseSettings) -> None:
0 commit comments