| 1482 | } |
| 1483 | |
| 1484 | void DataCache::HandleStoreTask(uint32_t thread_id, const StoreTaskHandle& task) { |
| 1485 | StoreInternal(task->key(), task->buffer(), task->buffer_len()); |
| 1486 | } |
| 1487 | |
| 1488 | bool DataCache::StoreInternal(const CacheKey& key, const uint8_t* buffer, |
| 1489 | int64_t buffer_len) { |
nothing calls this directly
no test coverage detected