FastAPI route for efficient caching. It attempts to load cached response before resolving dependencies other than those explicitly set as required (primarily security dependencies).
TODO:
- Better docstrings
- Public documentation
- examples/README.md
- GitHub Actions for code quality assessment and testing