Searched refs:xmlCache (Results 1 – 6 of 6) sorted by relevance
/plugin/pubmed/ |
H A D | syntax.php | 8 var $xmlCache; variable in syntax_plugin_pubmed 16 $this->xmlCache = new plugin_cache("ncbi_esummary","pubmed","xml.gz"); 87 $this->xmlCache->ClearCache(); 92 $this->xmlCache->RemoveDir(); 113 $cachedXml = $this->xmlCache->GetMediaText($pmid); 118 $cachePath = $this->xmlCache->GetMediaPath($pmid);
|
/plugin/slideshow/ |
H A D | syntax.php | 18 var $xmlCache; variable in syntax_plugin_slideshow 22 $this->xmlCache = new plugin_cache("slideshow",'',"xml");
|
/plugin/sviewer/ |
H A D | syntax.php | 24 var $xmlCache; variable in syntax_plugin_sviewer 31 $this->xmlCache = new plugin_cache("sviewer",'',"xml");
|
/plugin/autoviewer/ |
H A D | syntax.php | 24 var $xmlCache; variable in syntax_plugin_aviewer 31 $this->xmlCache = new plugin_cache("aviewer",'',"xml");
|
/plugin/pdb/ |
H A D | syntax.php | 10 var $xmlCache; variable in syntax_plugin_pdb 24 $this->xmlCache = new plugin_cache("ncbi_esummary","structure","xml.gz"); 116 $this->xmlCache->ClearCache(); 126 $this->xmlCache->RemoveDir(); 183 $cachedXml = $this->xmlCache->GetMediaText($pdbAcc); 203 $cachePath = $this->xmlCache->GetMediaPath($pdbAcc);
|
/plugin/pubchem/ |
H A D | syntax.php | 9 var $xmlCache; variable in syntax_plugin_pubchem 22 $this->xmlCache = new plugin_cache($this->name,'',"xml.gz"); 61 $this->xmlCache->ClearCache(); 65 $this->xmlCache->RemoveDir(); 199 $filepath = $this->xmlCache->GetMediaPath($cid);
|