mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
policy_cache.hpp
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
insert(std::string const &key_,
|
||||
std::string &val_)
|
||||
{
|
||||
return NULL;
|
||||
_cache.insert_or_assign(key_,val_);
|
||||
}
|
||||
|
||||
const
|
||||
|
||||
Reference in New Issue
Block a user