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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java113 String getLatestCachedRevision(Repository repository) method in interface:HistoryCache
H A DHistoryGuru.java603 latestRev = historyCache.getLatestCachedRevision(repos);
744 sinceRevision = historyCache.getLatestCachedRevision(repository);
H A DFileHistoryCache.java309 public String getLatestCachedRevision(Repository repository) { method in class:FileHistoryCache
H A DJDBCHistoryCache.java1122 new PreparedQuery(getQuery("getLatestCachedRevision"));
1125 public String getLatestCachedRevision(Repository repository) method in class:JDBCHistoryCache
1142 * Helper for {@link #getLatestCachedRevision(Repository)}.
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java324 repos.createCache(cache, cache.getLatestCachedRevision(repos));
378 * Test that {@code getLatestCachedRevision()} returns the correct
399 latestRevision, cache.getLatestCachedRevision(repos));
406 assertEquals("3:78649c3ec6cb", cache.getLatestCachedRevision(repos));

Completed in 15 milliseconds