policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-12 19:31:57 -05:00
parent a8e2d3f051
commit 1fb2a6f67d

View File

@ -76,6 +76,7 @@ public:
uint64_t hash;
const char *rv;
rv = NULL;
hash = wyhash(key_.c_str(),key_.size(),0xdeadbeef,_wyp);
_cache.cvisit(hash,
[&](Map::value_type const &v_)