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
59a1dc3086
commit
157ef4b2cd
|
@ -29,7 +29,7 @@ class PolicyCache
|
|||
{
|
||||
public:
|
||||
typedef std::unordered_map<std::string,std::string> Map;
|
||||
|
||||
|
||||
public:
|
||||
PolicyCache()
|
||||
: _max_size(256)
|
||||
|
@ -55,7 +55,7 @@ public:
|
|||
|
||||
return &i->second;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
erase(const char *key_)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user