c

cache

Cache is a suite of core and expanded libraries that include implementation of lru cache.
Files download
File Operation
cache-1.0.1.jar download
cache-1.0.1.pom download
cache-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.lafa.cache</groupId>
  <artifactId>cache</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.lafa.cache:cache:1.0.1'
Gradle Kotlin
implementation("com.github.lafa.cache:cache:1.0.1")
Scala SBT
libraryDependencies += "com.github.lafa.cache" % "cache" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.lafa.cache', module='cache', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.lafa.cache" name="cache" rev="1.0.1" />
Leiningen
[com.github.lafa.cache/cache "1.0.1"]
Apache Buildr
'com.github.lafa.cache:cache:jar:1.0.1'