fastapi-cache
fastapi-cache copied to clipboard
fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.5.0 to 8.6.1. Changelog Sourced from importlib-metadata's changelog. v8.6.1 Bugfixes Fixed indentation logic to also honor blank lines. v8.6.0 Features python/cpython#119650 Commits 45e8bde Finalize 506beb7 Fixed indentation...
Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.1. Release notes Sourced from httpx's releases. Version 0.28.1 0.28.1 (6th December, 2024) Fix SSL case where verify=False together with client side certificates. Version 0.28.0...
Bumps [towncrier](https://github.com/twisted/towncrier) from 22.12.0 to 24.8.0. Release notes Sourced from towncrier's releases. Towncrier 24.8.0 (2024-08-23) Features Add .gitkeep as an ignored filename. (#643) Config ignore option now supports wildcard matching...
I would like to set `Cache-Control: no-cache` to be returned for resources that should be revalidated with the server before every use (in addition to other parameters I set such...
I got an import error when running examples app from this repo, in both Redis and InMemory cache examples. ``` ImportError: cannot import name 'FastAPICache' from 'fastapi_cache' ``` the line...
Python 3.12 was released on 2023-10-02 and 3.13 on 2024-10-07; see https://devguide.python.org/versions/
## Issue Summary Currently, when the cache fails, an "AssertionError: You must call init first!" error is thrown, which is not user-friendly. Instead, the system should provide a warning message...
Hello, Im trying to implement an in memory cache which looks at the following function. The goal is to have a cache for the same types of fromdate and todate...
Support stale_while_revalidate directive