Browse Source

policy_cache.hpp

getattr-cache
Antonio SJ Musumeci 8 months ago
parent
commit
1e67da5778
  1. 3
      src/policy_cache.hpp

3
src/policy_cache.hpp

@ -35,8 +35,7 @@ using namespace boost::flyweights;
class PolicyCache class PolicyCache
{ {
public: 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: public:
PolicyCache(unsigned const max_size_ = 256) PolicyCache(unsigned const max_size_ = 256)

Loading…
Cancel
Save