Fading Coder

An Old Coder’s Final Dance

Caffeine: High-Performance Local Caching in Java

Modern applications frequently mix distributed caches (such as Redis or Memcached) with fast in-process caches to minimize latency and reduce backand load. Caffeine is a high-throughput, low-latency in-JVM cache for Java that improves upon older libraries like Guava Cache with better eviction accura...