Searched refs:mFreshnessCache (Results 1 – 1 of 1) sorted by relevance
71 private final LoadingCache<String, Boolean> mFreshnessCache; field in GCSFileDownloader80 mFreshnessCache = in GCSFileDownloader()98 mFreshnessCache.invalidateAll(); in clearCache()232 Boolean cache = mFreshnessCache.getIfPresent(remotePath); in isFresh()252 mFreshnessCache.put(remotePath, fresh); in isFresh()255 mFreshnessCache.invalidate(remotePath); in isFresh()