Searched refs:BucketLocationCache (Results 1 – 2 of 2) sorted by relevance
326 using BucketLocationCache = ExpiringLRUCache<string>; variable327 std::unique_ptr<BucketLocationCache> bucket_location_cache_;
822 bucket_location_cache_(new BucketLocationCache( in GcsFileSystem()