Caching Online Images Using AlamofireImage. It works on top of Alamofire in Swift.
Install AlamofireImage using cocoapods
pod 'AlamofireImage', '~> 3.1'
SetUp:
Import AlamofireImage and Alamofire
SetUp the Image cache:
let imageCache = AutoPurgingImageCache( memoryCapacity: 111_111_111,...