A cache that keeps a collection of at most maximumCapacity+threshold entries. When the number of entries exceeds that limit, least recently used entries are removed so the current size is the same as the maximum capacity.
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.