- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<K,E>
public class Cache<K,E>
extends java.util.LinkedHashMap<K,E>
Data structure implementing FIFO cache. Time-consuming manipulations can be
cached to save computation time at the price of additional memory usage.
- See Also:
- Serialized Form