Home
last modified time | relevance | path

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

/plugin/authgoogle/google/cache/
DGoogle_FileCache.php84 private function getCacheFile($hash) { function in Google_FileCache
89 $storageFile = $this->getCacheFile(md5($key));
110 $storageFile = $this->getCacheFile(md5($key));
132 $file = $this->getCacheFile(md5($key));
/plugin/externalembed/
Daction.php65 touch($cacheHelper->getCacheFile($video_id));
76 touch($cacheHelper->getCacheFile($playlist_id));
128 …$page_cache->depends['files'][] = $cacheHelper->getCacheFile($video_id); // adds the file path to …
/plugin/fuzzysearch/
Daction.php5 private function getCacheFile() { function in action_plugin_fuzzysearch
35 $cacheFile = $this->getCacheFile();
95 $cacheFile = $this->getCacheFile();
/plugin/fksnewsfeed/syntax/
Dfeed.php77 $f = $data->getCacheFile();
/plugin/fksnewsfeed/inc/ORM/
DModelNews.php86 public function getCacheFile(): string { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelNews
/plugin/fksnewsfeed/
Daction.php220 $f = $new->getCacheFile();