码迷,mamicode.com
首页 > 移动开发 > 详细

稳定App缓存

时间:2018-12-17 02:20:13      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:xca   anti   bsp   memory   span   and   沙盒   margin   arm   

scrollViewDidScroll时,清除缓存

// 清除缓存
[[SDImageCache sharedImageCache] clearMemory];
// 设置缓存时长为1个月
// [SDImageCache sharedImageCache].maxCacheAge = 30 * 24 * 60 * 60; 

// 清除沙盒中所有使用SD缓存的过期图片(缓存时长 > 一个星期)
//  [[SDImageCache sharedImageCache] cleanDisk];

// 清除沙盒中所有使用SD缓存的图片
//  [[SDImageCache sharedImageCache] clearDisk];

 

稳定App缓存

标签:xca   anti   bsp   memory   span   and   沙盒   margin   arm   

原文地址:https://www.cnblogs.com/StevenHuSir/p/10128820.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!