Ejemplo n.º 1
0
 public function setResultCacheProfile(QueryCacheProfile $profile = null)
 {
     $this->nativeQuery->setResultCacheProfile($profile);
     return $this;
 }