DiskLruCacheKt icon indicating copy to clipboard operation
DiskLruCacheKt copied to clipboard

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

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'
}