/**
  * @return CacheCollectedDataBuilder
  */
 public function withData($data)
 {
     $this->cacheCollectedData->setData($data);
     return $this;
 }