Searched refs:getLatestCachedRevision (Results 1 - 6 of 6) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java105 String getLatestCachedRevision(Repository repository) method in interface:HistoryCache
H A DHistoryGuru.java542 latestRev = historyCache.getLatestCachedRevision(repo);
699 sinceRevision = historyCache.getLatestCachedRevision(repository);
H A DFileHistoryCache.java612 public String getLatestCachedRevision(Repository repository) { method in class:FileHistoryCache
H A DJDBCHistoryCache.java111 = new PreparedQuery(getQuery("getLatestCachedRevision"));
1239 public String getLatestCachedRevision(Repository repository) method in class:JDBCHistoryCache
1255 * Helper for {@link #getLatestCachedRevision(Repository)}.
/opengrok/test/org/opensolaris/opengrok/history/
H A DFileHistoryCacheTest.java141 assertEquals("9:8b340409b3a8", cache.getLatestCachedRevision(repo));
147 assertEquals("9:8b340409b3a8", cache.getLatestCachedRevision(repo));
176 repo.createCache(cache, cache.getLatestCachedRevision(repo));
302 repo.createCache(cache, cache.getLatestCachedRevision(repo));
365 repo.createCache(cache, cache.getLatestCachedRevision(repo));
H A DJDBCHistoryCacheTest.java251 repos.createCache(cache, cache.getLatestCachedRevision(repos));
287 * Test that {@code getLatestCachedRevision()} returns the correct
307 latestRevision, cache.getLatestCachedRevision(repos));
314 assertEquals("11:bbb3ce75e1b8", cache.getLatestCachedRevision(repos));

Completed in 22 milliseconds