public function get($columns = array()) { if (!is_null($this->cacheMinutes)) { return $this->getCached($columns); } return $this->getFresh($columns, true); }