Does prisma has its own caching? I continue readin...
# orm-help
j
Does prisma has its own caching? I continue reading about caching conflict so I want to make sure I know the limitations and I need to implement my own caching mechanism
n
Hey Juan Carlos 👋 Prisma doesn’t have a built-in caching layer, but there are some related feature requests already: https://github.com/prisma/prisma/issues?q=is%3Aissue+is%3Aopen+caching+
j
Good to know it is on the pipeline 🙂
Thank you @nikolasburk!