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