A simple LRU cache that implements the Map interface. Instances are not thread-safe and should be synchronized externally, for instance by using {@link java.util.Collections#synchronizedMap}.
@author Manuel Dominguez Sarmiento
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.