Registry / utility / concurrentlinkedhashmap-lru

concurrentlinkedhashmap-lru

JSON →
library1.4.2javamavenunverified

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

<dependency> <groupId>com.googlecode.concurrentlinkedhashmap</groupId> <artifactId>concurrentlinkedhashmap-lru</artifactId> <version>1.4.2</version> </dependency>
INSTALL
IMPORT
SIG · CONCURRENTLINKEDHA
C
concurrentlinkedhashmap-lru
utilityjavav1.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConcurrentLinkedHashMap
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap

Creates a concurrent LRU cache with maximum capacity.

import com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap; ConcurrentLinkedHashMap<String, String> cache = new ConcurrentLinkedHashMap.Builder<String, String>() .maximumWeightedCapacity(100) .build();
Debug
Known issues
breakingThis library is no longer actively maintained; consider using Caffeine instead.
fix
Replace with com.github.ben-manes.caffeine:caffeine for better performance and features.
affects: >=1.0.0
Upgrade
Version history
1.4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
concurrentlinkedhashmap-lru — mvn dependency:get concurrentlinkedhashmap-lru · libregistry