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

/opengrok/test/org/opensolaris/opengrok/history/
H A DFileHistoryCacheTest.java53 private FileHistoryCache cache;
68 cache = new FileHistoryCache();
/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java84 cache = new FileHistoryCache();
630 cache = new FileHistoryCache();
H A DFileHistoryCache.java62 class FileHistoryCache implements HistoryCache { class in inherits:HistoryCache
64 private static final Logger LOGGER = LoggerFactory.getLogger(FileHistoryCache.class);

Completed in 813 milliseconds