Package com.github.underscore.lodash
Class U.LruCache<K,V>
- java.lang.Object
-
- com.github.underscore.lodash.U.LruCache<K,V>
-
-
Constructor Summary
Constructors Constructor Description LruCache(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
get(K key)
void
put(K key, V value)
-