Open aplha98 opened 1 year ago
will this will effect and image loading in the app life time ImageLoader { interceptor { diskCache { diskCache } } } disk
I think it shouldn’t have effect, the exact implementation is in DiskLruCache, methods are all synchronized.
DiskCache.clear()
should do it.