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