public class MemoryOneToManyCache<K,V> extends java.lang.Object implements OneToManyCache<K,V>
MemoryOneToManyCache()
void
close()
boolean
containsKey(K key)
java.util.List<V>
get(K k)
java.util.Iterator<Entry<K,java.util.List<V>>>
iterator()
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MemoryOneToManyCache()
public java.util.List<V> get(K k)
get
OneToManyCache<K,V>
public void put(K key, V value)
SyncCache
put
SyncCache<K,V>
public void close()
close
public boolean containsKey(K key)
containsKey
public java.util.Iterator<Entry<K,java.util.List<V>>> iterator()
iterator
java.lang.Iterable<Entry<K,java.util.List<V>>>