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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java78 private int historyCacheTime; field in class:Configuration
402 return historyCacheTime;
409 * @param historyCacheTime maximum time in milliseconds
411 public void setHistoryCacheTime(int historyCacheTime) { argument
412 this.historyCacheTime = historyCacheTime;

Completed in 27 milliseconds