clearCachedNode method

void clearCachedNode(
  1. String path
)

Implementation

void clearCachedNode(String path) {
  _nodes.remove(path);
}