Thursday, May 3, 2012

SoftReference Cache

This blog is about creating a SoftReference Cache for Java. I created it to use it in my Android Applications, but it will probably work in any Java environment. SoftReference What is a SoftReference? A SoftReference is a java class that represents a reference that me be deleted by the Garbage Collector (GC). What does this mean? Every object in Java has references to other objects. As long as a object has references to...
Read more »