Ejemplo n.º 1
0
 public function expireResultCache($expire = true)
 {
     $this->nativeQuery->expireResultCache($expire);
     return $this;
 }