Navigation

  • index
  • modules |
  • next |
  • CacheLib Documentation (0.15.x) »
  • CacheLib

CacheLib¶

A collection of cache libraries in the same API interface. Extracted from Werkzeug.

User’s Guide¶

The user guide is the best place to start if you are new to CacheLib. It includes installation instructions and a quickstart guide.

  • Installation
    • Python Version
    • Dependencies
    • Virtual Environments
    • Install CacheLib
  • Quickstart
    • A Minimal Example

API Reference¶

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

  • Base API
    • BaseCache
    • NullCache
  • Simple Memory Backend
    • SimpleCache
  • File Backend
    • FileSystemCache
  • Base Redis Cache
    • BaseRedisCache
  • Redis Backend
    • RedisCache
  • Memcached Backend
    • MemcachedCache
  • uWSGI Backend
    • UWSGICache
  • DynamoDb Backend
    • DynamoDbCache
  • MongoDb Backend
    • MongoDbCache
  • Valkey Backend
    • ValkeyCache
  • Serializers
    • BaseSerializer
    • BaseRedisSerializer
    • UWSGISerializer
    • SimpleSerializer
    • FileSystemSerializer
    • RedisSerializer
    • ValkeySerializer
    • DynamoDbSerializer

Additional Notes¶

  • Contributing
  • BSD-3-Clause License
  • Changes
    • Version 0.15.0
    • Version 0.14.0
    • Version 0.13.0
    • Version 0.12.0
    • Version 0.11.0
    • Version 0.10.2
    • Version 0.10.1
    • Version 0.10.0
    • Version 0.9.0
    • Version 0.8.0
    • Version 0.7.0
    • Version 0.6.0
    • Version 0.5.0
    • Version 0.4.1
    • Version 0.4.0
    • Version 0.3.0
    • Version 0.2.0
    • Version 0.1.1

Project Links

  • Donate
  • PyPI Releases
  • Source Code
  • Issue Tracker
  • Chat

Contents

  • CacheLib
    • User’s Guide
    • API Reference
    • Additional Notes

Quick search

© Copyright 2018 Pallets. Created using Sphinx 9.1.0.