Home
last modified time | relevance | path

Searched refs:mFreshnessCache (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java71 private final LoadingCache<String, Boolean> mFreshnessCache; field in GCSFileDownloader
80 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()