I am using fetch in the index action of the following backbone.js controller:
App.Controllers.PlanMembers = Backbone.Controller.extend({ routes: { \"
Another solution is to prevent caching on the server side with HTTP headers
in php
or something like this in node.js with express and coffeescript
res.send results, "Cache-Control": "no-cache, must-revalidate" "Expires": "Sat, 26 Jul 1997 05:00:00 GMT"