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");
19 if($this->xmlCache == Null) print("this->xmlCache is null !");
95 $this->xmlCache->ClearCache();
100 $this->xmlCache->RemoveDir();
120 if($this->xmlCache == Null){
123 $cachedXml = $this->xmlCache->GetMediaText($pmid);
128 $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/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/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/pubchem/ |
H A D | syntax.php | 9 var $xmlCache;
variable in syntax_plugin_pubchem 22 $this->xmlCache = new plugin_cache($this->name,'',"xml.gz");
62 $this->xmlCache->ClearCache();
66 $this->xmlCache->RemoveDir();
212 $filepath = $this->xmlCache->GetMediaPath($cid);
|