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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java108 private boolean historyCacheInDB; field in class:Configuration
440 return historyCacheInDB;
448 * @param historyCacheInDB whether the history cached should be stored in a
451 public void setHistoryCacheInDB(boolean historyCacheInDB) { argument
452 this.historyCacheInDB = historyCacheInDB;

Completed in 16 milliseconds