Lines Matching refs:cachefile
663 $cachefile = $this->_GetCacheFile();
664 if (!file_exists($cachefile))
1044 $cachefile = $this->_GetCacheFile();
1045 if (!file_exists($cachefile))
1049 $cachefile_lock = $cachefile."_lock";
1052 return @unlink($cachefile);
1061 $cachefile = $this->_GetCacheFile();
1062 $cachefile_lock = $cachefile."_lock";
1064 if (file_exists($cachefile))
1069 include $cachefile;
1106 $cachefile = $this->_GetCacheFile();
1122 file_put_contents($cachefile, $data/*serialize(get_object_vars($this))*/);