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:
+11
-1
@@ -27,11 +27,21 @@
|
||||
|
||||
class PolicyCache
|
||||
{
|
||||
public:
|
||||
typedef std::unordered_map<std::string,std::string> Map;
|
||||
|
||||
public:
|
||||
PolicyCache();
|
||||
|
||||
public:
|
||||
insert
|
||||
nonstd::optional<std::string>
|
||||
insert(std::string const &key_,
|
||||
std::string &val_)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void erase(const char *fusepath);
|
||||
void cleanup(const int prob = 1);
|
||||
void clear(void);
|
||||
|
||||
Reference in New Issue
Block a user