Searched refs:rowcache (Results 1 – 1 of 1) sorted by relevance
15 protected $rowcache = array(); variable in syntax_plugin_csv_value63 if (!isset($this->rowcache[$cache])) {69 $this->rowcache[$cache] = helper_plugin_csv::prepareData($content, $opt);72 if (isset($this->rowcache[$cache][$r][$c])) {73 return $this->rowcache[$cache][$r][$c];