MapSet.clearCache

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.

struct MapSet(DimName, DimValue, DimValue nullValue = DimValue.init)
static
void
clearCache
()

Meta