| 62 | } |
| 63 | |
| 64 | std::unique_ptr<StatsBase> CacheComponentStressor::getCacheStats() const { |
| 65 | return std::make_unique<ComponentStats>(cache_->getStats()); |
| 66 | } |
| 67 | |
| 68 | const CacheConfig& CacheComponentStressor::validate( |
| 69 | const CacheConfig& cacheConfig) const { |