returns the size of the NVM space used for caching
| 268 | |
| 269 | // returns the size of the NVM space used for caching |
| 270 | size_t getUsableSize() const noexcept { return navyCache_->getUsableSize(); } |
| 271 | |
| 272 | bool updateMaxRateForDynamicRandomAP(uint64_t maxRate) { |
| 273 | return navyCache_->updateMaxRateForDynamicRandomAP(maxRate); |
no outgoing calls