| 270 | } |
| 271 | |
| 272 | inline int |
| 273 | CacheVC::do_read_call(CacheKey *akey) |
| 274 | { |
| 275 | doc_pos = 0; |
| 276 | read_key = akey; |
| 277 | io.aiocb.aio_nbytes = dir_approx_size(&dir); |
| 278 | PUSH_HANDLER(&CacheVC::handleRead); |
| 279 | return handleRead(EVENT_CALL, nullptr); |
| 280 | } |
| 281 | |
| 282 | inline int |
| 283 | CacheVC::do_write_call() |
no test coverage detected