How should caching be handled in a RESTful API?
Most tutorials and articles I've read about REST only touch on the subject, and the few that elaborate basically recommend adding a "last modified" column to my database table that the API can check. However, is that really the best way to go about i...
Aug 3, 2016MC