==== Another question, does Prisma Client support ...
# prisma-client
m
==== 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.
n
Prisma Client doesn't do any caching atm (as far as I'm aware). But this actually a great point, would you mind opening a feature request for that one? 😄 would also be helpful if you could add some more context for how this works in Hibernate so we can potentially take inspiration from that as we design this feature 🙂 https://github.com/prisma/prisma/issues/new?assignees=&labels=&template=feature_request.md&title=
m
n
Thank you, that's really helpful! 🙏