在 SDImageCache.h 中你可以看到关于 SDImageCache 的描述:

SDImageCache maintains a memory cache and an optional disk cache.

SDImageCache包括内存缓存和磁盘缓存,内存缓存使用的是继承自 NSCacheAutoPurgeCache,而磁盘缓存就是基于文件的读写。
阅读全文

SDWebImage的图片下载是由SDWebImageDownloader这个类来实现的,它是一个异步下载管理器,下载过程中增加了对图片加载做了优化的处理。而真正实现图片下载的是自定义的一个Operation操作,将该操作加入到下载管理器的操作队列downloadQueue中,Operation操作依赖系统提供的NSURLSession类实现图片的下载。

阅读全文
  • 第 1 页 共 1 页
作者的图片

XiaoDong Wang

If you are still looking for that one person who will change your life ,take a look in the mirror


Software Engineer, iOS


ShenZhen