policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-10 23:29:10 -05:00
parent 4370a51e22
commit 69ee5ac395

View File

@ -55,7 +55,6 @@ public:
});
_cache.erase(key);
fmt::print("{} > {} - {}\n",_cache.size(),_max_size,key);
}
_cache.insert_or_assign(key_,val_);