bool isNodeCached(String path)

Source

bool isNodeCached(String path) {
  return nodeCache.isNodeCached(path);
}