Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h327 std::unique_ptr<BucketLocationCache> bucket_location_cache_; variable
Dgcs_file_system.cc718 bucket_location_cache_.reset(new ExpiringLRUCache<string>( in GcsFileSystem()
822 bucket_location_cache_(new BucketLocationCache( in GcsFileSystem()
1188 bucket_location_cache_->LookupOrCompute(bucket, location, compute_func)); in GetBucketLocation()
1638 bucket_location_cache_->Clear(); in FlushCaches()