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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java106 String getLatestCachedRevision(Repository repository) method in interface:HistoryCache
H A DFileHistoryCache.java300 public String getLatestCachedRevision(Repository repository) { method in class:FileHistoryCache
H A DJDBCHistoryCache.java1167 new PreparedQuery(getQuery("getLatestCachedRevision"));
1170 public String getLatestCachedRevision(Repository repository) method in class:JDBCHistoryCache
1186 * Helper for {@link #getLatestCachedRevision(Repository)}.

Completed in 10 milliseconds