class FilesystemCacheStorage:
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 |