Which the best way to cache the data getting from API in swift?
I am using alamofire to hit the api's. So the data i am getting from API's includes some text and large images. I just want to cache them to improve the performance of my app.
Which the best way to cache the data getting from API in swift?
I am using alamofire to hit the api's. So the data i am getting from API's includes some text and large images. I just want to cache them to improve the performance of my app.