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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DFileHistoryCache.java273 * @param cachedFile the file which contains the cached history for
277 private static boolean isUpToDate(File file, File cachedFile) { argument
278 return cachedFile != null && cachedFile.exists() &&
279 file.lastModified() <= cachedFile.lastModified();

Completed in 20 milliseconds