class documentation

class FilesystemCacheStorage:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_get​_request​_path Undocumented
Method ​_read​_meta Undocumented
Method close​_spider Undocumented
Method open​_spider Undocumented
Method retrieve​_response Return response if present in cache, or None otherwise.
Method store​_response Store the given response in the cache.
Instance Variable ​_open Undocumented
Instance Variable cachedir Undocumented
Instance Variable expiration​_secs Undocumented
Instance Variable use​_gzip Undocumented
def __init__(self, settings):

Undocumented

def _get_request_path(self, spider, request):

Undocumented

def _read_meta(self, spider, request):

Undocumented

def close_spider(self, spider):

Undocumented

def open_spider(self, spider):

Undocumented

def retrieve_response(self, spider, request):
Return response if present in cache, or None otherwise.
def store_response(self, spider, request, response):
Store the given response in the cache.
_open =

Undocumented

cachedir =

Undocumented

expiration_secs =

Undocumented

use_gzip =

Undocumented