xy720 commented on a change in pull request #3945:
URL: https://github.com/apache/incubator-doris/pull/3945#discussion_r446636558
##########
File path: be/src/util/file_cache.h
##########
@@ -104,8 +104,16 @@ class FileCache {
// the number of files open at any given time.
FileCache(const std::string& cache_name, int max_open_files);
+ // Creates a new file cache with given cache.
+ //
+ // The 'cache_name' is used to disambiguate amongst other file cache
+ // instances.
+ FileCache(const std::string& cache_name, std::shared_ptr<Cache> cache);
Review comment:
done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]