A fork of Jake Wharton's disk LRU cache translated to Kotlin and using Okio.
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'
}