public interface Cache<K,V>
void
addItem(K key, V value)
clear()
V
getItem(K key)
void clear()
void addItem(K key, V value)
V getItem(K key)