keys = $keys; } /** * Gets the generated cache keys. * * @return string[] * The cache keys. */ public function getKeys() { return $this->keys; } }