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

/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java71 private int historyCacheTime; field in class:Configuration
284 return historyCacheTime;
291 * @param historyCacheTime maximum time in milliseconds
293 public void setHistoryCacheTime(int historyCacheTime) { argument
294 this.historyCacheTime = historyCacheTime;

Completed in 248 milliseconds