| 173 | } |
| 174 | |
| 175 | void InFilePersistentCache::dump_cache(const char* path) { |
| 176 | OutputFile out_file(path); |
| 177 | dump_cache(&out_file); |
| 178 | } |
| 179 | |
| 180 | void InFilePersistentCache::dump_cache(OutputFile* out_file) { |
| 181 | uint32_t nr_category = m_cache.size(); |