Contents Menu Expand Light mode Dark mode Auto light/dark mode
requests-cache 0.9.8 documentation
Light Logo Dark Logo
  • User Guide
    • Installation
    • General Usage
    • Cache Files
    • Troubleshooting
    • Backends
    • Cache Filtering
    • Cache Headers
    • Cache Inspection
    • Expiration
    • Request Matching
    • Security
    • Serializers
    • Advanced Requests
    • Usage with other requests-based libraries
  • API Reference
    • Session
    • Patcher
    • Backends
      • Base
      • DynamoDB
      • Filesystem
      • GridFS
      • MongoDB
      • Redis
      • SQLite
    • Models
      • Raw Response
      • Request
      • Response
    • Policy
      • Actions
    • Serializers
      • Cattrs
      • Pipeline
      • Preconf
    • Cache Keys
  • Examples
  • Project Info
    • Contributing
      • Note to Code Shelter maintainers
    • Contributors
    • Code of Conduct
    • Related Projects
    • History
Back to top

Backends#

Classes and functions for cache persistence. See Backends for general usage info.

Modules in requests_cache.backends package:

  • Base
  • DynamoDB
  • Filesystem
  • GridFS
  • MongoDB
  • Redis
  • SQLite
Next
Base
Previous
Patcher
Made with Furo