freemandealer commented on code in PR #38811:
URL: https://github.com/apache/doris/pull/38811#discussion_r1722894300
##########
be/src/io/cache/block_file_cache.h:
##########
@@ -68,6 +68,8 @@ class BlockFileCache {
/// Cache capacity in bytes.
[[nodiscard]] size_t capacity() const { return _capacity; }
+ bool is_in_memory() const { return _is_in_memory; }
Review Comment:
ditto
--
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]