mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-29 03:48:23 +08:00
policy_cache.hpp
This commit is contained in:
parent
3e942a8e11
commit
e6f93cb8ee
|
@ -93,6 +93,12 @@ public:
|
|||
return rv;
|
||||
}
|
||||
|
||||
void
|
||||
erase(std::string const &key_)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private:
|
||||
unsigned _max_size;
|
||||
Map _cache;
|
||||
|
|
Loading…
Reference in New Issue
Block a user