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

/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java495 private void createCache(Repository repository, String sinceRevision) { method in class:HistoryGuru
509 repository.createCache(historyCache, sinceRevision);
560 createCache(entry.getKey(), entry.getValue());
615 public void createCache(Collection<String> repositories) { method in class:HistoryGuru
650 public void createCache() { method in class:HistoryGuru
709 createCache(getRepository(file), sinceRevision);
H A DRepository.java285 final void createCache(HistoryCache cache, String sinceRevision) method in class:Repository

Completed in 10 milliseconds