K
V
public interface Cache<K,V>
get(K key)
void
put(K key, V value)
V get(K key)
void put(K key, V value)