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

Java (the island) landscape
There 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 need better performance. Or you want… Continue reading Understanding JVM soft references for great good (and building a cache)