policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-12 19:28:08 -05:00
parent 806dc4bb24
commit 90b00eb352

View File

@ -70,11 +70,11 @@ public:
}
const
nonstd::optional<std::string>
find(std::string const &key_)
char*
find(std::string const &key_) const
{
uint64_t hash;
nonstd::optional<std::string> rv;
const char *rv;
hash = wyhash(key_.c_str(),key_.size(),0xdeadbeef,_wyp);
_cache.cvisit(hash,