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