Understanding JVM soft references for great good (and building a cache)

Understanding JVM soft references for great good (and building a cache)

Java (the island) landscapeThere are plenty of good and popular caching libraries on the JVM, including ehcache, guava and many others. However in some situations it’s worth exploring other options. Maybe you ...