fastapi-cache
fastapi-cache copied to clipboard
Avoid response model validation of cache
Is there a way of avoiding pydantic response model validation when using cache?
Apparently, a fastapi.responses.JSONResponse can be cached only with fastapi_cache.coder.PickleCoder.
This is an older issue and a lot has changed since, but I strongly suspect that #140 will address the issues that remain here.