Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 476 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 476 Bytes

Cache

对 LruCache 和 DiskLruCache 的封装,支持过期时间、加/解密。Wrapper for LruCache and DiskLruCache, support for expiration time, encryption/decryption

引用

implementation 'com.github.zyyoona7:kcache:1.0.0-beta1'

该库已经依赖了如下库

api 'com.jakewharton:disklrucache:2.0.2'
api 'com.github.zyyoona7:encrypts_ext:1.0.1'
api 'io.reactivex.rxjava2:rxkotlin:2.3.0'
api "com.gojuno.koptional:koptional:1.6.0"