is not current version
Last Version 0.8.0

com.wu-man:twolevellrucache 0.7.1

A two-level LRU cache composed of a smaller L1 cache in memory and a larger L2 cache on disk.

GroupId

GroupId

com.wu-man
ArtifactId

ArtifactId

twolevellrucache
Version

Version

0.7.1
Type

Type

jar

Download twolevellrucache 0.7.1


<!-- https://jarcasting.com/artifacts/com.wu-man/twolevellrucache/ -->
<dependency>
    <groupId>com.wu-man</groupId>
    <artifactId>twolevellrucache</artifactId>
    <version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wu-man/twolevellrucache/
implementation 'com.wu-man:twolevellrucache:0.7.1'
// https://jarcasting.com/artifacts/com.wu-man/twolevellrucache/
implementation ("com.wu-man:twolevellrucache:0.7.1")
'com.wu-man:twolevellrucache:jar:0.7.1'
<dependency org="com.wu-man" name="twolevellrucache" rev="0.7.1">
  <artifact name="twolevellrucache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wu-man', module='twolevellrucache', version='0.7.1')
)
libraryDependencies += "com.wu-man" % "twolevellrucache" % "0.7.1"
[com.wu-man/twolevellrucache "0.7.1"]