| 1161 | } |
| 1162 | |
| 1163 | void EvictCache(i64 offset, i64 length) const noexcept { |
| 1164 | Handle_.EvictCache(offset, length); |
| 1165 | } |
| 1166 | |
| 1167 | void FlushCache(i64 offset, i64 length, bool wait) { |
| 1168 | if (!Handle_.FlushCache(offset, length, wait)) { |
nothing calls this directly
no test coverage detected