mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-25 17:57:41 +08:00
policy_cache.hpp
This commit is contained in:
parent
f41dc73863
commit
1c4150a853
|
@ -70,7 +70,7 @@ public:
|
||||||
nonstd::optional<std::string> rv;
|
nonstd::optional<std::string> rv;
|
||||||
|
|
||||||
hash = wyhash(key_.c_str(),key_.size(),0xdeadbeef,_wyp);
|
hash = wyhash(key_.c_str(),key_.size(),0xdeadbeef,_wyp);
|
||||||
_cache.cvisit(key_,
|
_cache.cvisit(hash,
|
||||||
[&](Map::value_type const &v_)
|
[&](Map::value_type const &v_)
|
||||||
{
|
{
|
||||||
fmt::print("get {}={}\n",
|
fmt::print("get {}={}\n",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user