my config ``` server.start({ debug: true, ...
# orm-help
n
my config
Copy code
server.start({
      debug: true,
      cacheControl: {
        defaultMaxAge: 5
      },
      port: process.env.PORT,
      playground: process.env.PLAYGROUND
    },
    () => log(`🚀  Server is running on localhost:${process.env.PORT}`)
but when i send request to server i see what no caching in this moment