policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-11 20:55:31 -05:00
parent f41dc73863
commit 1c4150a853

View File

@ -70,7 +70,7 @@ public:
nonstd::optional<std::string> rv;
hash = wyhash(key_.c_str(),key_.size(),0xdeadbeef,_wyp);
_cache.cvisit(key_,
_cache.cvisit(hash,
[&](Map::value_type const &v_)
{
fmt::print("get {}={}\n",