Ejemplo n.º 1
0
 public function setResultCacheLifetime($lifetime)
 {
     $this->nativeQuery->setResultCacheLifetime($lifetime);
     return $this;
 }