mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-20 22:27:12 +08:00
policy_cache.hpp
This commit is contained in:
parent
6956ff7ce2
commit
ad2f00b5cb
@ -55,6 +55,9 @@ public:
|
||||
_cache.erase(key);
|
||||
}
|
||||
|
||||
fmt::print("insert {}={}\n",
|
||||
key_,
|
||||
val_);
|
||||
_cache.insert_or_assign(key_,val_);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user