how to cache item pages?

21 views
Skip to first unread message

Megido _

unread,
Jul 26, 2016, 5:18:11 PM7/26/16
to scrapy-users
i want cache product pages but don't  cache other pages
how do it?

Jakob de Maeyer

unread,
Jul 27, 2016, 4:24:53 AM7/27/16
to scrapy-users
Hey Megido,

you can control caching on a per-request basis by setting

request.meta['dont_cache'] = True

See http://doc.scrapy.org/en/latest/topics/downloader-middleware.html#scrapy.downloadermiddlewares.httpcache.HttpCacheMiddleware

Cheers
Reply all
Reply to author
Forward
0 new messages