Searched refs:JDBCHistoryCache (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java58 class JDBCHistoryCache implements HistoryCache { class in inherits:HistoryCache
61 Logger.getLogger(JDBCHistoryCache.class.getName());
106 Class<?> klazz = JDBCHistoryCache.class;
122 JDBCHistoryCache() { method in class:JDBCHistoryCache
133 JDBCHistoryCache(String jdbcDriverClass, String url) { method in class:JDBCHistoryCache
H A DHistoryGuru.java76 cache = new JDBCHistoryCache();
651 cache = new JDBCHistoryCache();
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java53 * Unit tests for {@code JDBCHistoryCache}.
58 private JDBCHistoryCache cache;
175 cache = new JDBCHistoryCache(
542 info.startsWith("JDBCHistoryCache"));

Completed in 14 milliseconds