zyyoona7 / Cache

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

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


Languages

Language:Kotlin 100.0%