mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-18 15:22:44 +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…
Reference in New Issue
Block a user