public class QueryCache extends HashMap<AtomicQuery,AtomicQuery>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
QueryCache() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(AtomicQuery query) |
void |
propagateAnswers() |
void |
record(AtomicQuery atomicQuery) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic boolean contains(AtomicQuery query)
public void propagateAnswers()
public void record(AtomicQuery atomicQuery)
Copyright © 2016 Grakn Labs Ltd. All rights reserved.