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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a concurrent LRU cache with maximum capacity.
Replace with com.github.ben-manes.caffeine:caffeine for better performance and features.
No dependency data recorded yet.