public class CacheMap<K,V> extends Object
CacheMap()
List<V>
get(K[] ks)
boolean
put(K[] topic, V v)
remove(K[] ks, V v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CacheMap()
public List<V> get(K[] ks)
public boolean put(K[] topic, V v)
public boolean remove(K[] ks, V v)
Copyright © 2019. All rights reserved.