mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-18 14:22:46 +08:00
policy_cache.hpp
This commit is contained in:
parent
e7ebb77574
commit
c79283fecc
|
@ -42,7 +42,7 @@ public:
|
|||
insert(std::string const &key_,
|
||||
std::string &val_)
|
||||
{
|
||||
return NULL;
|
||||
_cache.insert_or_assign(key_,val_);
|
||||
}
|
||||
|
||||
const
|
||||
|
|
Loading…
Reference in New Issue
Block a user