data: tweaked refresh for performance

This commit is contained in:
malte_langkabel
2016-03-21 15:29:19 +01:00
parent eab703cb0d
commit 6743336f03
2 changed files with 18 additions and 13 deletions
+1
View File
@@ -118,6 +118,7 @@ private:
std::vector<StorageEdge> getAllEdges(const std::string& query) const;
std::vector<StorageNode> getAllNodes(const std::string& query) const;
StorageNode getFirstNode(const std::string& query) const;
template <typename ResultType>
ResultType getFirstResult(const std::string& query) const;