mur*_*rze 3 caching objective-c ios5 afnetworking
我正在使用setImageWithURL我的应用程序下载一些图像.可能吗:
关于这些问题,文件并不是很清楚.
mat*_*ttt 13
该UIImageView类别使用内部短暂缓存来实现高性能UITableView.对于长期缓存,请使用系统级缓存系统 - 即Peter Steinberger的fork SDURLCache,它的子类NSURLCache.
使用应用程序委托中的以下代码进行设置applicationDidFinishLaunching:withOptions::
SDURLCache *URLCache = [[SDURLCache alloc] initWithMemoryCapacity:1024*1024*2 diskCapacity:1024*1024*20 diskPath:[SDURLCache defaultCachePath]];
[URLCache setIgnoreMemoryOnlyStoragePolicy:YES];
[NSURLCache setSharedURLCache:URLCache];
[URLCache release];
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
4609 次 |
| 最近记录: |