In a recent development, a simple Android App which should get data from a REST API, one of the requirements was: Cache API requests for 1 hour. I chose retrofit as my REST Client, and I knew it provided cache mechanisms out of the box (by OkHTTP3). Following this useful tip, it looked like a long hanging fruit (having a […]