Graph.View.SetValueExt<>() 和 Graph.View.Cache.SetValueExt<>() 之间的实际区别是什么?

What is the practical difference between Graph.View.SetValueExt<>() and Graph.View.Cache.SetValueExt<>()?

我想我对 cache 的作用有一个实际的理解,但这两种方法有什么区别,如果有很大的区别,什么时候一个比另一个更好?

没有功能上的区别,视图只是在其中有一个指向主 dac 缓存的快捷方式。与当前相同:Graph.View.Current 与 Graph.View.Cache.Current

相同