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