Acache icon indicating copy to clipboard operation
Acache copied to clipboard

修改的原因是因为getFilesDir比起getCacheDir更不容易被系统自动清空?

Open kakashilw opened this issue 7 years ago • 0 comments

你好 File f = new File(ctx.getCacheDir(), "ACache"); 改为了File f = new File(ctx.getFilesDir(), cacheName); 是因为getFilesDir比起getCacheDir更不容易被系统自动清空? 用getFilesDir的话 是否有被系统回收的危险?

kakashilw avatar Dec 02 '16 18:12 kakashilw