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

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

Completed in 12 milliseconds