Related Projects ================ If requests-cache isn't quite what you need, you can help make it better! See the :ref:`Contributing Guide ` for details. You can also check out these other python cache projects: * `CacheControl `_: An HTTP cache for ``requests`` that caches according to HTTP headers * `diskcache `_: A general-purpose (not HTTP-specific) file-based cache built on SQLite * `aiohttp-client-cache `_: An async HTTP cache for ``aiohttp``, based on `requests-cache` * `aiohttp-cache `_: A server-side async HTTP cache for the ``aiohttp`` web server * `aiocache `_: General-purpose (not HTTP-specific) async cache backends * `flask-caching `_: A server-side HTTP cache for applications using the Flask framework