ConcurrentLinkedHashMap

A high performance version of java.util.LinkedHashMap for use as a software cache.

License

License

GroupId

GroupId

com.googlecode.concurrentlinkedhashmap
ArtifactId

ArtifactId

concurrentlinkedhashmap-lru
Last Version

Last Version

1.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

ConcurrentLinkedHashMap
A high performance version of java.util.LinkedHashMap for use as a software cache.
Project URL

Project URL

http://code.google.com/p/concurrentlinkedhashmap
Source Code Management

Source Code Management

http://code.google.com/p/concurrentlinkedhashmap/source/browse

Download concurrentlinkedhashmap-lru

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 2.0.1

test (11)

Group / Artifact Type Version
com.google.caliper : caliper jar 1.0-beta-1
com.jayway.awaitility : awaitility jar 1.3.5
com.github.stephenc.high-scale-lib : high-scale-lib jar 1.1.4
com.google.guava : guava jar 14.0.1
commons-lang : commons-lang jar 2.6
net.sf.ehcache : ehcache jar 2.7.2
org.cachebench » cache-benchmark jar r7903
org.hamcrest : hamcrest-library jar 1.3.RC2
org.mockito : mockito-all jar 1.9.5
org.testng : testng jar 6.0.1
com.twitter : jsr166e jar 1.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.2
1.4.1
1.4
1.3.2
1.3.1
1.3
1.2_jdk5
1.2
1.1_jdk5
1.1
1.0_jdk5
1.0