Clear the global operations cache.
Because subtrees can be reused within the tree, a way of
memoizing operations across the entire tree (instead of just
across children of a single node, or siblings) is crucial for
performance.
Call this function to clear this cache.
Clear the global operations cache. Because subtrees can be reused within the tree, a way of memoizing operations across the entire tree (instead of just across children of a single node, or siblings) is crucial for performance. Call this function to clear this cache.