| 1153 | } |
| 1154 | |
| 1155 | i64 CountCache(i64 offset, i64 length) const noexcept { |
| 1156 | return Handle_.CountCache(offset, length); |
| 1157 | } |
| 1158 | |
| 1159 | void PrefetchCache(i64 offset, i64 length, bool wait) const noexcept { |
| 1160 | Handle_.PrefetchCache(offset, length, wait); |
nothing calls this directly
no test coverage detected