Item accessors
| 225 | |
| 226 | // Item accessors |
| 227 | const Key getKey() const { return inner_->getKey(); } |
| 228 | uint32_t getExpiryTime() const { return inner_->getExpiryTime(); } |
| 229 | bool isExpired() const { return inner_->isExpired(); } |
| 230 | uint32_t getCreationTime() const { return inner_->getCreationTime(); } |
no outgoing calls