returns the pool's name by its poolId.
| 130 | |
| 131 | // returns the pool's name by its poolId. |
| 132 | std::string getPoolName(PoolId poolId) const override { |
| 133 | return l1Cache_->getPoolName(poolId); |
| 134 | } |
| 135 | |
| 136 | // returns a list of pools excluding compact cache pools |
| 137 | std::set<PoolId> getRegularPoolIds() const override { |
no outgoing calls