https://github.com/fengzhizi715/rxcache4a
RxCache(https://github.com/fengzhizi715/RxCache) for Android
https://github.com/fengzhizi715/rxcache4a
greendao jetpack kotlin-android mmkv objectbox
Last synced: 6 months ago
JSON representation
RxCache(https://github.com/fengzhizi715/RxCache) for Android
- Host: GitHub
- URL: https://github.com/fengzhizi715/rxcache4a
- Owner: fengzhizi715
- License: apache-2.0
- Created: 2018-10-02T04:44:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T10:52:46.000Z (over 3 years ago)
- Last Synced: 2025-04-01T10:41:38.918Z (7 months ago)
- Topics: greendao, jetpack, kotlin-android, mmkv, objectbox
- Language: Java
- Homepage:
- Size: 264 KB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RxCache4a
[](http://www.weibo.com/fengzhizi715)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://jitpack.io/#fengzhizi715/RxCache4a)
# 最新版本
模块|最新版本
---|:-------------:
rxcache4a|[](https://jitpack.io/#fengzhizi715/RxCache4a)
rxcache4a-greenDAO|[](https://jitpack.io/#fengzhizi715/RxCache4a)
rxcache4a-mmkv|[](https://jitpack.io/#fengzhizi715/RxCache4a)
rxcache4a-room|[](https://jitpack.io/#fengzhizi715/RxCache4a)
详见:https://www.jianshu.com/p/308d503e7482
# 下载:
将它添加到项目的 root build.gradle 中:
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
rxcache4a
```groovy
implementation 'com.github.fengzhizi715.RxCache4a:rxcache4a:'
```
rxcache4a-greenDAO
```groovy
implementation 'com.github.fengzhizi715.RxCache4a:rxcache4a_greenDAO:'
```
rxcache4a-mmkv
```groovy
implementation 'com.github.fengzhizi715.RxCache4a:rxcache4a_mmkv:'
```
rxcache4a-room
```groovy
implementation 'com.github.fengzhizi715.RxCache4a:rxcache4a_room:'
```
# 联系方式:
Wechat:fengzhizi715
> Java与Android技术栈:每周更新推送原创技术文章,欢迎扫描下方的公众号二维码并关注,期待与您的共同成长和进步。

License
-------
Copyright (C) 2018 - present, Tony Shen.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.