Interface PrefetchNodeStore
- All Known Implementing Classes:
CompositeNodeStore
,DocumentNodeStore
public interface PrefetchNodeStore
Experimental
NodeStore
extension that allows prefetching of node
states given a collection of paths.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
prefetch
(Collection<String> paths, NodeState rootState) Make an attempt to prefetch node states for the given paths and hold them in a cache.
-
Field Details
-
NOOP
-
-
Method Details
-
prefetch
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.
-