Eviction policy based on {@code First In First Out (FIFO)} algorithm. Thisimplementation is very efficient since it does not create any additional table-like data structures. The {@code FIFO} ordering information ismaintained by attaching ordering metadata to cache entries.
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.