| 585 | const CacheKey& key() const { return key_; } |
| 586 | const uint8_t* buffer() const { return buffer_.get(); } |
| 587 | int64_t buffer_len() const { return buffer_len_; } |
| 588 | |
| 589 | private: |
| 590 | DISALLOW_COPY_AND_ASSIGN(StoreTask); |
no outgoing calls
no test coverage detected