public static class U.LruCache<K,V> extends Object
LruCache(int capacity)
V
get(K key)
void
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LruCache(int capacity)
public V get(K key)
public void put(K key, V value)
Copyright © 2020. All rights reserved.