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:
@@ -93,13 +93,6 @@ public:
|
||||
return rv;
|
||||
}
|
||||
|
||||
void
|
||||
erase(std::string const &key_)
|
||||
{
|
||||
_cache.erase(key_);
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
unsigned _max_size;
|
||||
Map _cache;
|
||||
|
||||
Reference in New Issue
Block a user