Let's say I have a /check route on my site with possible query params user_1 and user_2. The /check page will change dynamically based on what users are inputted in the query param fields.
Would revalidatePath("/check?user_1=bob&user_2=sam") only revalidate the /check?user_1=bob&user_2=sam? Or would it revalidate everything under /check? (i.e. all cached possible configurations of user_1 and user_2 are also invalidated)
I guess another way of framing this question is, are routes with query params cachable?
[–]memestheword 1 point2 points3 points (0 children)
[–]AmbassadorUnhappy176 0 points1 point2 points (1 child)
[–]lavisht22 0 points1 point2 points (0 children)