in src/outmdsd/ConcurrentMap.h [146:150]
size_t Size() const { std::lock_guard<std::mutex> lk(m_cacheMutex); return m_cache.size(); }