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

/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java75 private boolean historyCacheInDB; field in class:Configuration
305 return historyCacheInDB;
313 * @param historyCacheInDB whether the history cached should be stored in a
316 public void setHistoryCacheInDB(boolean historyCacheInDB) { argument
317 this.historyCacheInDB = historyCacheInDB;

Completed in 265 milliseconds