| 36 | refCount_(0) {} |
| 37 | |
| 38 | uint32_t getCreationTime() const noexcept override { return creationTime_; } |
| 39 | uint32_t getExpiryTime() const noexcept override { return expiryTime_; } |
| 40 | UnitResult incrementRefCount(CacheComponent&) noexcept override { |
| 41 | if (failIncRef_) { |