Last Version

Two-Level LRU Cache 0.8.0

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

License

License

GroupId

GroupId

com.wu-man
ArtifactId

ArtifactId

twolevellrucache
Version

Version

0.8.0
Type

Type

jar
Description

Description

Two-Level LRU Cache
A two-level LRU cache composed of a smaller L1 cache in memory and a larger L2 cache on disk
Source Code Management

Source Code Management

https://github.com/wuman/twolevellrucache

Download twolevellrucache 0.8.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.jakewharton : disklrucache jar 2.0.2
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.