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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java104 private int historyCacheTime; field in class:Configuration
419 return historyCacheTime;
426 * @param historyCacheTime maximum time in milliseconds
428 public void setHistoryCacheTime(int historyCacheTime) { argument
429 this.historyCacheTime = historyCacheTime;

Completed in 22 milliseconds