Searched defs:getLatestCachedRevision (Results 1 - 3 of 3) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/history/ | ||
H A D | HistoryCache.java | 105 String getLatestCachedRevision(Repository repository) method in interface:HistoryCache |
H A D | FileHistoryCache.java | 612 public String getLatestCachedRevision(Repository repository) { method in class:FileHistoryCache |
H A D | JDBCHistoryCache.java | 111 = new PreparedQuery(getQuery("getLatestCachedRevision")); 1239 public String getLatestCachedRevision(Repository repository) method in class:JDBCHistoryCache 1255 * Helper for {@link #getLatestCachedRevision(Repository)}. |
Completed in 13 milliseconds