public class LruCache<K,V> extends MemCache<K,V>
LruCache(int maxSize, int lifeTime)
clear, get, put, remove, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LruCache(int maxSize, int lifeTime)
maxSize
lifeTime
Copyright © 2020 IBIT程序猿. All rights reserved.