gavinchou commented on code in PR #38811:
URL: https://github.com/apache/doris/pull/38811#discussion_r1770846929


##########
be/src/io/cache/file_cache_storage.h:
##########
@@ -46,6 +60,7 @@ class FileCacheStorage {
     // use when lazy load cache
     virtual void load_blocks_directly_unlocked(BlockFileCache* _mgr, const 
FileCacheKey& key,
                                                std::lock_guard<std::mutex>& 
cache_lock) {}
+    virtual Status clear(std::string& msg) = 0;

Review Comment:
   add sufficient comment for this interface



-- 
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]

Reply via email to