Many answers exist for
cache: false ajax requestExpires header at server-sideHowever, is there a way to do either of the following at client-side?
Example: after page /names loads, Javascript GET /api/names?id=<id>; ajax method would GET /api/names?id=<id>&_=<timestamp>, but this does not refresh cache for/api/names
Use cache to increase load speed, while also preserving users' flexibility to retrieve updated data.