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

/opengrok-jel/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java207 assertTrue(cfg.isHistoryCache());
209 assertFalse(cfg.isHistoryCache());
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java397 public boolean isHistoryCache() { method in class:Configuration
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java74 if (cfg.isHistoryCache()) {
/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java178 historyCacheCB.setSelected(config.isHistoryCache());

Completed in 17 milliseconds