bool isNodeCached(String path)

Source

bool isNodeCached(String path) {
  return _nodes.containsKey(path);
}