Class CacheWarming
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.prefetch.CacheWarming
-
public class CacheWarming extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheWarming(DocumentStore store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prefetch(@NotNull Iterable<String> paths, @NotNull DocumentNodeState rootState)
-
-
-
Constructor Detail
-
CacheWarming
public CacheWarming(DocumentStore store)
-
-
Method Detail
-
prefetch
public void prefetch(@NotNull @NotNull Iterable<String> paths, @NotNull @NotNull DocumentNodeState rootState)
-
-