Simple synchronized implementation of a least recently used cache (LRU). This class implements the Map interface hence it can be used easily as replacement for Collections.synchronizedMap(new HashMap()).
@author netseeker
@since 0.3.9.1
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.