fastapi-cache
fastapi-cache copied to clipboard
[Question] How to setup caching globally?
The current setup is to explicitly call cache() decorator on every API endpoints. Any suggestion how to do this globally? Dependency injection seems not to work