cacheKeys = array_merge($this->cacheKeys, $cacheKeys); } /** * Return cache keys array * * @return array */ public function getCacheKeys() { return $this->cacheKeys; } }