ToolsFinal icon indicating copy to clipboard operation
ToolsFinal copied to clipboard

缓存参考一下这个代码

Open Skqing opened this issue 7 years ago • 1 comments

https://github.com/xufeifandj/Acache/blob/master/ACache.java

Skqing avatar Dec 17 '16 15:12 Skqing

里面有定时失效的功能,需要注意的是他的代码可能存在BUG,File f = new File(ctx.getCacheDir(), "ACache"); ctx.getCacheDir()可能容易被系统回收,这个地方要处理。

Skqing avatar Dec 17 '16 15:12 Skqing