Put
| 96 | } |
| 97 | // Put |
| 98 | virtual bool Put(std::string /*key*/, const uint8_t* /*buf*/, size_t /*bufLen*/) { |
| 99 | return true; |
| 100 | } |
| 101 | |
| 102 | virtual bool MultiPut(const std::vector<std::pair<std::string, std::unique_ptr<io::BufferStream>>>& /*data*/) { |
| 103 | return true; |