Home
last modified time | relevance | path

Searched refs:rowcache (Results 1 – 1 of 1) sorted by relevance

/plugin/csv/syntax/
H A Dvalue.php15 protected $rowcache = array(); variable in syntax_plugin_csv_value
63 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];