Is it recommended to add persistent caching (ex: q...
# orm-help
a
Is it recommended to add persistent caching (ex: query cache) using the https://www.prisma.io/docs/concepts/components/prisma-client/middleware feature? Just want to make sure that if data is in the cache, as a developer I can return the results from the cache (ex: memcached) and tell prisma to not fetch from the database.