====
Another question, does Prisma Client support something like application wide caching or is that maybe something for the roadmap? Or is it recommended to implement caching independent of the Prisma Client.
Coming from a Java world using Hibernate, Hibernate has something like second-level caching which is able to cache often used data. E.g. country data, reference data or perhaps from the previous example all author data.