policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-14 23:24:20 -05:00
parent 3e942a8e11
commit e6f93cb8ee

View File

@ -93,6 +93,12 @@ public:
return rv;
}
void
erase(std::string const &key_)
{
}
private:
unsigned _max_size;
Map _cache;