| 89 | } |
| 90 | |
| 91 | void CacheBase::updatePoolStats(const std::string& statPrefix, |
| 92 | PoolId pid) const { |
| 93 | const PoolStats stats = getPoolStats(pid); |
| 94 | updatePoolStats(statPrefix, stats); |
| 95 | } |
| 96 | |
| 97 | void CacheBase::updatePoolStats(const std::string& statPrefix, |
| 98 | const PoolStats& stats) const { |
nothing calls this directly
no test coverage detected