Skip to content

Repository files navigation

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

About

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

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages