| 34 | |
| 35 | template<class Value> |
| 36 | MgrMapCache<Value>::~MgrMapCache() { |
| 37 | g_conf().remove_observer(this); |
| 38 | } |
| 39 | |
| 40 | template<class Value> |
| 41 | bool LFUCache<Value>::extract(std::string_view k, Value* out) noexcept { |
nothing calls this directly
no test coverage detected