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

/opengrok/src/org/opensolaris/opengrok/history/
H A DFileHistoryCache.java527 * @param cachedFile the file which contains the cached history for
531 private boolean isUpToDate(File file, File cachedFile) { argument
532 return cachedFile != null && cachedFile.exists() &&
533 file.lastModified() <= cachedFile.lastModified();

Completed in 593 milliseconds