Searched refs:fileCache (Results 1 – 1 of 1) sorted by relevance
30 private final FileCache fileCache; field in Md5Cache36 public Md5Cache(Log log, String keyPrefix, FileCache fileCache) { in Md5Cache() argument39 this.fileCache = fileCache; in Md5Cache()43 if (fileCache.existsInCache(key)) { in getFromCache()44 fileCache.copyFromCache(key, output); in getFromCache()120 fileCache.copyToCache(content, key); in insert()