DiskLruCache
DiskLruCache copied to clipboard
Request for new release 2.0.3
Will it possible to have a new release? I am particularly interested in this commit https://github.com/JakeWharton/DiskLruCache/pull/65 which increases the cache key length to 120.
I went ahead and just forked this, and tagged master with a "pre-release".
If you're already using JitPack, just add this to your Gradle:
dependencies {
implementation 'com.github.ncruces:disklrucache:2.0.3-a'
}