I'd like to integrate both frameworks in my webapp. Flask-Smorest
is used to define a RESTful API while Flask-Caching
allows me to cache requests and specify duration and validity of the cache (whereas Flask-Smorest ETag doesn't seem to cover duration).
Is it possible to integrate the two? if so how? are there examples?