public function isExpired() : bool { return null !== $this->expiringTime && $this->expiringTime <= microtime(true); }