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
- Host: GitHub
- URL: https://github.com/agrodt/fastapi-caching-route
- Owner: AgroDT
- License: mit
- Created: 2023-12-05T14:38:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T09:34:44.000Z (almost 2 years ago)
- Last Synced: 2025-09-26T08:46:57.224Z (9 months ago)
- Topics: cache, fastapi
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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