PrismaP
Prisma5mo ago
3 replies
Markigno

caching

Ciao, i want to cache the result of a query. What I didn't understand is if the cache works per query parameter. I mean, if I cache user table data for userId=1, if i run a query with userId=2, the second query has a different cache and the output is "where" based?
Was this page helpful?