private function __construct($key, $value, $hit) { $this->key = "{$key}"; $this->value = $value; $this->hit = (bool) $hit; }