Searched refs:isHistoryCacheInDB (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java75 if (cfg.isHistoryCacheInDB()) {
650 if (RuntimeEnvironment.getConfig().isHistoryCacheInDB()) {
/opengrok-jel/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java216 assertFalse(cfg.isHistoryCacheInDB());
218 assertTrue(cfg.isHistoryCacheInDB());
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java439 public boolean isHistoryCacheInDB() { method in class:Configuration
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java471 if (cfg.isHistoryCacheInDB()) {

Completed in 17 milliseconds