Home
last modified time | relevance | path

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

/plugin/csv/syntax/
Dvalue.php16 protected $rowcache = []; variable in syntax_plugin_csv_value
64 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];