ToolsFinal
ToolsFinal copied to clipboard
缓存参考一下这个代码
https://github.com/xufeifandj/Acache/blob/master/ACache.java
里面有定时失效的功能,需要注意的是他的代码可能存在BUG,File f = new File(ctx.getCacheDir(), "ACache"); ctx.getCacheDir()可能容易被系统回收,这个地方要处理。