ustwo / vip-demo-swift

Swift sample app demonstrating VIP architecture for iOS.
MIT License
49 stars 15 forks source link

Image Disk Cache #2

Open danieladias opened 8 years ago

danieladias commented 8 years ago

We could / should update the in memory image cache to write files to disk so that they are not re-downloaded on memory warnings.

We would then need to think about when to remove the disk cache and respect file storage limits