rockyoung / OkDiskLruCache

Okio, OkHttp... so what about the DiskLruCache? let's Ok too!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OkDiskLruCache

GitHub license Build Status Download

A fork of Jake Wharton's DiskLruCache translated to Kotlin and using Okio like what OkHttp has done for it's internal DiskLruCache implementation, unfortunately as the mentioned word internal, you can not use it directly. so here we are, also support file get in Snapshot.

Download

Maven:

<dependency>
  <groupId>com.imrock.xlib</groupId>
  <artifactId>okdisklrucache</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>

or Gradle:

dependencies {
  implementation 'com.imrock.xlib:okdisklrucache:1.0.0'
}

About

Okio, OkHttp... so what about the DiskLruCache? let's Ok too!

License:Apache License 2.0


Languages

Language:Kotlin 100.0%