public class FIFOCache extends AbstractCache
capacity, hits, LOAD, map, misses, name, startDate
FIFOCache(String name, int capacity)
FIFOCache(String name, int capacity, float load)
protected Map<Object,Object>
createMap(int initialCapacity, float load)
clear, get, getSize, put, remove, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public FIFOCache(String name, int capacity)
public FIFOCache(String name, int capacity, float load)
protected Map<Object,Object> createMap(int initialCapacity, float load)
createMap
AbstractCache
Copyright © 2015. All Rights Reserved.