Cache-control in Strapi v3

Hello

Can I increase cache time for strapi v3? I could not find anything on it in docs.

Alex

Hello!

By default, strapi does not set any cache information. You may want to take a look at the cache middleware here GitHub - patrixr/strapi-middleware-cache: A cache middleware for https://strapi.io

Hope this helps!