An open API service indexing awesome lists of open source software.

https://github.com/agrodt/fastapi-caching-route

FastAPI Caching Route
https://github.com/agrodt/fastapi-caching-route

cache fastapi

Last synced: about 2 months ago
JSON representation

FastAPI Caching Route

Awesome Lists containing this project

README

          

# FastAPI Caching Route

FastAPI route for efficient caching. It attempts to load cached response before resolving
dependencies other than those explicitly set as required (primarily security dependencies).

**⚠️ This project is a proof of concept and is not yet recommended for production use!**

TODO:

- [ ] Better docstrings
- [ ] Public documentation
- [ ] examples/README.md
- [ ] GitHub Actions for code quality assessment and testing