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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java579 public boolean useHistoryCache() { method in class:RuntimeEnvironment
586 * @param useHistoryCache set false if you do not want to use history cache
588 public void setUseHistoryCache(boolean useHistoryCache) { argument
589 threadConfig.get().setHistoryCache(useHistoryCache);

Completed in 1073 milliseconds