Contents Menu Expand Light mode Dark mode Auto light/dark mode
requests-cache 1.0.1 documentation
Light Logo Dark Logo
  • User Guide
    • Installation
    • General Usage
    • Backends
      • DynamoDB
      • Filesystem
      • GridFS
      • MongoDB
      • Redis
      • SQLite
    • Cache Files
    • Troubleshooting
    • Cache Filtering
    • Cache Headers
    • Cache Inspection
    • Expiration
    • Request Matching
    • Security
    • Serializers
    • Advanced Requests
    • Compatibility with other libraries
  • Examples
  • API Reference
    • Session
    • Patcher
    • Backends
      • Base
      • DynamoDB
      • Filesystem
      • GridFS
      • MongoDB
      • Redis
      • SQLite
    • Models
      • Base
      • Raw Response
      • Request
      • Response
    • Cache Keys
    • Policy
      • Actions
      • Directives
      • Expiration
      • Settings
    • Serializers
      • Cattrs
      • Pipeline
      • Preconf
  • 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