public class GuavaCache<K,V> extends Object implements Cache<K,V>
GuavaCache(Properties properties, String prefix)
V
get(K key)
void
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GuavaCache(Properties properties, String prefix)
public V get(K key)
get
Cache<K,V>
public void put(K key, V value)
put
Copyright © 2018. All rights reserved.