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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java56 class JDBCHistoryCache implements HistoryCache { class in inherits:HistoryCache
58 private static final Logger LOGGER = LoggerFactory.getLogger(JDBCHistoryCache.class);
81 Class<?> klazz = JDBCHistoryCache.class;
164 JDBCHistoryCache() { method in class:JDBCHistoryCache
175 JDBCHistoryCache(String jdbcDriverClass, String url) { method in class:JDBCHistoryCache
H A DHistoryGuru.java82 cache = new JDBCHistoryCache();
627 cache = new JDBCHistoryCache();
/opengrok/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java46 * Unit tests for {@code JDBCHistoryCache}.
51 private JDBCHistoryCache cache;
82 cache = new JDBCHistoryCache(
460 info.startsWith("JDBCHistoryCache"));

Completed in 15 milliseconds