public class LRUCache extends AbstractCache
capacity, hits, LOAD, map, misses, name, startDate
LRUCache(String name, int capacity)
LRUCache(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 LRUCache(String name, int capacity)
public LRUCache(String name, int capacity, float load)
protected Map<Object,Object> createMap(int initialCapacity, float load)
createMap
AbstractCache
Copyright © 2015. All Rights Reserved.