An external call will get the cached data. But how would a route in my controller fetch the same cached data?
Do I need to use axios to call http://localhost:1337/posts. Would be great to cache at the model layer instead of controller.
Example: strapi.services.posts.find()