Skip to content

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

Notifications You must be signed in to change notification settings

colinrtwhite/DiskLruCacheKt

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages