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

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

Completed in 19 milliseconds