yagagagaga commented on code in PR #41037:
URL: https://github.com/apache/doris/pull/41037#discussion_r1810688872
##########
be/src/io/cache/block_file_cache_factory.h:
##########
@@ -68,6 +70,14 @@ class FileCacheFactory {
*/
std::string clear_file_caches(bool sync);
+ /**
+ * Clears data of the file you special.
Review Comment:
Thanks @gavinchou , I found another API `remove_if_cached` in `class
BlockFileCache`, so we don't need this function.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]