文件名称:Android代码-ObjectCache
文件大小:895KB
文件格式:ZIP
更新时间:2022-08-27 20:49:08
Android代码
ObjectCache No matter what application I work on, sooner or later I'm stuck with the situation where I've spent time building an Object (commonly by retrieving it from a remote REST API) and I know the result of that work is valid for some period of time. Luckily, thanks to the awesome work of some other Open Source developers, cacheing that work in Java is easy. Let this library wrap the work involved in doing so up for you, so you can get back to building the parts of your application that mat