Ejemplo n.º 1
0
 public function useResultCache($bool, $lifetime = null, $resultCacheId = null)
 {
     $this->nativeQuery->useResultCache($bool, $lifetime, $resultCacheId);
     return $this;
 }