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
f00aea2755
commit
1e67da5778
|
@ -35,8 +35,7 @@ using namespace boost::flyweights;
|
|||
class PolicyCache
|
||||
{
|
||||
public:
|
||||
typedef flyweight<std::string> fwstr;
|
||||
typedef boost::concurrent_flat_map<uint64_t,fwstr> Map;
|
||||
typedef boost::concurrent_flat_map<uint64_t,std::string> Map;
|
||||
|
||||
public:
|
||||
PolicyCache(unsigned const max_size_ = 256)
|
||||
|
|
Loading…
Reference in New Issue
Block a user