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)
Copyright © 2018. All rights reserved.