xuexiangjys / XUI

💍A simple and elegant Android native UI framework, free your hands! (一个简洁而优雅的Android原生UI框架,解放你的双手!)

Home Page:https://xuexiangjys.github.io/XUI/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageLoader清除缓存的问题

lookather opened this issue · comments

ImageLoader的clearCache方法是清除内存和硬盘缓存
但是Glide的清除内存要检查线程是主线程 清除硬盘内存要检查是IO线程 一起执行就会冲突