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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java156 String getInfo() throws HistoryException; method in interface:HistoryCache
H A DFileHistoryCache.java337 public String getInfo() { method in class:FileHistoryCache
H A DHistoryGuru.java117 return useCache() ? "No cache" : historyCache.getInfo();
H A DJDBCHistoryCache.java100 /** Info string to return from {@link #getInfo()}. */
1315 public String getInfo() { method in class:JDBCHistoryCache
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java540 String info = cache.getInfo();

Completed in 15 milliseconds