@ -49,7 +49,7 @@ public:
nonstd::optional<std::string>
find(std::string const key_)
{
nonstd::optional<std::string> rv;
std::string rv;
_cache.visit(key_,
[&](std::string &v_)