I'm having second thoughts about the Jersey Cache control. Using QueryParam, does the browser / server risk performing the result cache? Or does this happen only when I work with PathParam within my GET method?
I'm having second thoughts about the Jersey Cache control. Using QueryParam, does the browser / server risk performing the result cache? Or does this happen only when I work with PathParam within my GET method?