d

disklrucache

A cache that uses a bounded amount of space on a filesystem. Based on Jake Wharton's tailored for Glide.
https://github.com/bumptech/glide
Simplified BSD License The Apache Software License, Version 2.0
Sam Judd
Files download
File Operation
disklrucache-4.3.0.jar download
disklrucache-4.3.0.pom download
disklrucache-4.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bumptech.glide</groupId>
  <artifactId>disklrucache</artifactId>
  <version>4.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.bumptech.glide:disklrucache:4.3.0'
Gradle Kotlin
implementation("com.github.bumptech.glide:disklrucache:4.3.0")
Scala SBT
libraryDependencies += "com.github.bumptech.glide" % "disklrucache" % "4.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bumptech.glide', module='disklrucache', version='4.3.0')
)
Apache Ivy
<dependency org="com.github.bumptech.glide" name="disklrucache" rev="4.3.0" />
Leiningen
[com.github.bumptech.glide/disklrucache "4.3.0"]
Apache Buildr
'com.github.bumptech.glide:disklrucache:jar:4.3.0'