Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 396 Bytes

File metadata and controls

9 lines (6 loc) · 396 Bytes

Cached Session

  • CachedSession is a class from the requests_cache module that extends the functionality of requests.Session by adding persistent caching for HTTP requests. It allows you to store responses locally, reducing redundant network calls and improving performance for repeated requests.

Examples