Alamofire / AlamofireImage

AlamofireImage is an image component library for Alamofire
MIT License
3.98k stars 523 forks source link

how can I achieve an AutoPurgingImageCache with unlimited size? #445

Closed Ita-Manor closed 3 years ago

Ita-Manor commented 3 years ago

how can I achieve an AutoPurgingImageCache with unlimited size?

what would happen if I - let imageCache = AutoPurgingImageCache(memoryCapacity: 0, preferredMemoryUsageAfterPurge: 0)

jshier commented 3 years ago

There's no support for unlimited size. Such usage would inevitably crash your app as the system ran out of memory, at least on iOS and associated OSes.