mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 12:03:59 +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…
Reference in New Issue
Block a user