edvin
02/12/2018, 8:16 AMNode.cache
without binding statements, effectively locking the contents of the cell to whatever item it was displaying first.amanda.hinchman-dominguez
02/12/2018, 6:58 PMedvin
02/12/2018, 7:20 PMgraphic = cache {}
solution uses less memory but is harder to reason about than cellCache
, since the latter will automatically cache per item. The best solution, especially if your node graph is complex, is you use a cell fragment. That needs to be understood too though, and it might not be well enough documented but I did greate a video on it.