PDX-Capstone-Team-C / scrapy

Scrapy, a fast high-level web crawling & scraping framework for Python.
http://scrapy.org
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Get a skeleton class for the new storage backend up #4

Closed mjsiegfried closed 8 years ago

mjsiegfried commented 8 years ago

Create the skeleton class and methods we will need for our implementation in extensions/httpcache.

This should be relatively simple using the default storage backend as a model.

sgarciapdx commented 8 years ago

I think we can nix this, as we now know the interface HttpCacheMiddleware needs us to implement. Thoughts?