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

/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java44 * Unit tests for {@code JDBCHistoryCache}.
49 private JDBCHistoryCache cache;
80 cache = new JDBCHistoryCache(
414 info.startsWith("JDBCHistoryCache"));
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java57 class JDBCHistoryCache implements HistoryCache { class in inherits:HistoryCache
106 Class<?> klazz = JDBCHistoryCache.class;
122 JDBCHistoryCache() { method in class:JDBCHistoryCache
133 JDBCHistoryCache(String jdbcDriverClass, String url) { method in class:JDBCHistoryCache
H A DHistoryGuru.java74 cache = new JDBCHistoryCache();
550 cache = new JDBCHistoryCache();

Completed in 297 milliseconds