Searched defs:getLatestCachedRevision (Results 1 - 3 of 3) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java105 String getLatestCachedRevision(Repository repository) method in interface:HistoryCache
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)}.

Completed in 290 milliseconds