caffeine 3.1.1 releases, A high performance caching library for Java

Caffeine is a high-performance Java 8 based caching library providing a near optimal hit rate. A Cache is similar to ConcurrentMap, but not quite the same. The most fundamental difference is that a ConcurrentMap persists all elements that are added to...