mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-20 23:10:39 +08:00
policy_cache.hpp
This commit is contained in:
parent
6c13779bc7
commit
359b8a653e
@ -34,11 +34,11 @@ public:
|
||||
PolicyCache();
|
||||
|
||||
public:
|
||||
nonstd::optional<std::string>
|
||||
void
|
||||
insert(std::string const &key_,
|
||||
std::string &val_)
|
||||
{
|
||||
|
||||
_cache.insert({key_,val_});
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user