ACache 轻量级缓存库,可缓存的数据格式包括: jsonObject bitmap Object String drawable byte jsonarray 使用方法 通过ACache.get(Context context)获取实例 put()方法可以存入数据 getXXX()方法获取数据 V1.2新增 通过isExist(you cachekey,dataType)方法可以判断是否有本地的缓存 for example:`acache.isExist("myCachekey",ACache.STRING)`可以获取是否有此key的本地String缓存