Skip to content

Flow XML 的 Source 和 Transform 节点都支持 cached 属性。用于把 source 和 Transform 定义的中间表缓存起来。

用在 Source:

xml
<source type="..." cached="true" />

用在 Transform:

xml
<transform type="..." cached="true" />