mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-20 17:52:45 +08:00
policy_cache.hpp
This commit is contained in:
parent
ad2f00b5cb
commit
1ecebb7589
@ -70,6 +70,9 @@ public:
|
||||
_cache.cvisit(key_,
|
||||
[&](Map::value_type const &v_)
|
||||
{
|
||||
fmt::print("get {}={}\n",
|
||||
key_,
|
||||
v_.second);
|
||||
rv = v_.second;
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user