Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.h229 return matching_paths_cache_->max_age(); in matching_paths_cache_max_age()
232 return matching_paths_cache_->max_entries(); in matching_paths_cache_max_entries()
432 std::unique_ptr<MatchingPathsCache> matching_paths_cache_; variable
H A Dgcs_file_system.cc836 matching_paths_cache_.reset(new ExpiringLRUCache<std::vector<string>>( in GcsFileSystem()
953 matching_paths_cache_(new MatchingPathsCache( in GcsFileSystem()
1670 matching_paths_cache_->LookupOrCompute(pattern, results, compute_func)); in GetMatchingPaths()
2068 matching_paths_cache_->Clear(); in FlushCaches()