RSS Feed for This PostCurrent Article

Java: High Performance LinkedHashMap

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

  • A concurrent linked list runs through a ConcurrentHashMap to provide eviction ordering.
  • Supports insertion and access ordered eviction policies (FIFO, LRU, and Second Chance).


Trackback URL


RSS Feed for This PostPost a Comment

CAPTCHA Image
Refresh Image
*