Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 635 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 635 Bytes

DiskLruCacheKt

Build Status

A fork of Jake Wharton's disk LRU cache translated to Kotlin and using Okio.

Download

This library is currently distributed via JitPack.

Add it to your list of repositories:

repositories {
    maven { url 'https://jitpack.io' }
}

And add the library to your list of dependencies:

dependencies {
    implementation 'com.github.colinrtwhite:disklrucachekt:master-SNAPSHOT'
}