public class Cache<K,V> extends Object
Cache(int maxNum)
void
clear()
V
get(K key)
put(K key, V value)
remove(K key)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Cache(int maxNum)
public int size()
public V get(K key)
public V put(K key, V value)
public V remove(K key)
public void clear()
Copyright © 2017. All rights reserved.