Using strapi-middleware-cache

System Information
  • Strapi Version:
  • Operating System: linux
  • Database: Mysql
  • Node Version: 14.5.0
  • NPM Version: 6.14.5
  • Yarn Version: 1.22.10

Hello everyone!

I have configured a custom controller endpoint to fetch data from the database and with that data I make a get request to an external api and combine that data to return a response.

I need to be able to cache the response data from the external api so as not to have to make so many strapi-middleware-cache

can you help me?

thanks!!

1 Like