NSCache removes all its data when app goes to background State
问题 I am working with NSCache , I am using NSCache to store images. I am showing images on UITableView . Whenever I add images first they are resized and then added to the table and then to NSCache . eveything works fine. But whenever app goes to background when I close the app and open again, My Cache will be empty and again my app resizes images and then show it, because of which at first I see a empty table. I am not understanding why this is happening. Is this the intended behaviour of