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

/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java66 private final HistoryCache historyCache; field in class:HistoryGuru
95 historyCache = cache;
114 return historyCache != null;
124 return historyCache == null ? "No cache" : historyCache.getInfo();
239 if (useCache() && historyCache.supportsRepository(repo)) {
240 history = historyCache.get(file, repo, withFiles);
320 return historyCache.getLastModifiedTimes(directory, repository);
509 repository.createCache(historyCache, sinceRevision);
542 latestRev = historyCache
[all...]
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java73 private boolean historyCache; field in class:Configuration
381 return historyCache;
387 * @param historyCache if {@code true} enable history cache
389 public void setHistoryCache(boolean historyCache) { argument
390 this.historyCache = historyCache;

Completed in 11 milliseconds