mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 02:09:52 +08:00
policy_cache.hpp
This commit is contained in:
parent
359b8a653e
commit
3082d60de7
|
@ -41,8 +41,13 @@ public:
|
|||
_cache.insert({key_,val_});
|
||||
}
|
||||
|
||||
|
||||
void erase(const char *fusepath);
|
||||
void
|
||||
erase(const char *key_)
|
||||
{
|
||||
_cache.erase(key_);
|
||||
}
|
||||
|
||||
|
||||
void cleanup(const int prob = 1);
|
||||
void clear(void);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user