Searched refs:historyCache (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java60 private final HistoryCache historyCache; field in class:HistoryGuru
90 historyCache = cache;
107 return historyCache != null;
117 return useCache() ? "No cache" : historyCache.getInfo();
256 if (useCache() && historyCache.supportsRepository(repos)) {
257 history = historyCache.get(path, repos, withFiles, isDir);
346 historyCache.getLastModifiedTimes(path2rev);
360 Map<String, Date> result = historyCache
555 repository.createCache(historyCache, sinceRevision);
603 latestRev = historyCache
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java99 private boolean historyCache; field in class:Configuration
398 return historyCache;
404 * @param historyCache if {@code true} enable history cache
406 public void setHistoryCache(boolean historyCache) { argument
407 this.historyCache = historyCache;

Completed in 26 milliseconds