
com.jpattern.cache.simple.PermanentCache Maven / Gradle / Ivy
The newest version!
package com.jpattern.cache.simple;
import java.util.LinkedHashMap;
import java.util.Map;
import com.jpattern.cache.ACache;
/**
* A simple fixed size cache.
* @author Francesco Cina
*
* 23 Sep 2011
*/
public class PermanentCache extends ACache {
private static final long serialVersionUID = 1L;
private Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy