Interface PrefetchNodeStore

    • Method Detail

      • prefetch

        void prefetch​(Collection<String> paths,
                      NodeState rootState)
        Make an attempt to prefetch node states for the given paths and hold them in a cache.
        Parameters:
        paths - the paths of the node states to prefetch.
        rootState - the current root node state.