policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-22 00:21:07 -06:00
parent 089ce77eda
commit f4a6f4d92c

View File

@ -51,6 +51,7 @@ public:
{ {
std::string rv; std::string rv;
_cache.visit(key_,[](std::string &v){});
return rv; return rv;
} }