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