Browse Source

policy_cache.hpp

getattr-cache
Antonio SJ Musumeci 8 months ago
parent
commit
99773051f6
  1. 11
      src/policy_cache.hpp

11
src/policy_cache.hpp

@ -47,17 +47,6 @@ public:
std::string const &val_) std::string const &val_)
{ {
uint64_t hash; uint64_t hash;
// while(_cache.size() > _max_size)
// {
// std::string key;
// _cache.cvisit_while([&](Map::value_type const &v_)
// {
// key = v_.first;
// return false;
// });
// _cache.erase(key);
// }
fmt::print("insert {}={}\n", fmt::print("insert {}={}\n",
key_, key_,

Loading…
Cancel
Save