Searched defs:setFetchHistoryWhenNotInCache (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java290 setFetchHistoryWhenNotInCache(true);
419 public void setFetchHistoryWhenNotInCache(boolean nofetch) { method in class:Configuration
H A DRuntimeEnvironment.java1059 public void setFetchHistoryWhenNotInCache(boolean nofetch) { method in class:RuntimeEnvironment
1060 threadConfig.get().setFetchHistoryWhenNotInCache(nofetch);

Completed in 36 milliseconds