| 16 | class TestCache : public HTTPCache { |
| 17 | public: |
| 18 | explicit TestCache(asio::io_context* ioContext) |
| 19 | : HTTPCache(ioContext, tempDir.tempPath(), tempDir.tempPath()) |
| 20 | { |
| 21 | } |
| 22 | |
| 23 | void TestGetCached(const std::string& uri, const std::function<void(bool, std::string)>& cb, const int redirectLimit) |
| 24 | { |