Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h172 return matching_paths_cache_->max_age(); in matching_paths_cache_max_age()
175 return matching_paths_cache_->max_entries(); in matching_paths_cache_max_entries()
324 std::unique_ptr<MatchingPathsCache> matching_paths_cache_; variable
Dgcs_file_system.cc715 matching_paths_cache_.reset(new ExpiringLRUCache<std::vector<string>>( in GcsFileSystem()
820 matching_paths_cache_(new MatchingPathsCache( in GcsFileSystem()
1272 matching_paths_cache_->LookupOrCompute(pattern, results, compute_func)); in GetMatchingPaths()
1637 matching_paths_cache_->Clear(); in FlushCaches()