Skip to content

RxCache v1.0.0

Compare
Choose a tag to compare
@LtLei LtLei released this 23 Aug 06:10
· 14 commits to master since this release

APP联网性能对用户体验影响巨大,合理进行缓存数据,在网络慢时使用缓存,网络好时使用网络,可以大大提升用户体验。本项目封装了对网络请求数据的缓存,提供了内存缓存、磁盘缓存以及双缓存的缓存模式,可以根据实际使用灵活选择。可以设置缓存时间,到期后自动清理。项目使用Gson和Serialize方式处理数据,性能损耗很小。可以缓存和还原各种数据。