policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-15 20:14:16 -06:00
parent a2d301be02
commit 95fa4aa1e6

View File

@ -62,7 +62,8 @@ public:
void
cleanup()
{
while(_cache.size() > _max_size)
_cache.erase(_cache.begin());
}
void