Home
last modified time | relevance | path

Searched refs:getCacheFile (Results 1 – 5 of 5) sorted by path

/plugin/authgoogle/google/cache/
H A 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/
H A 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/fksnewsfeed/
H A Daction.php220 $f = $new->getCacheFile();
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php86 public function getCacheFile(): string { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelNews
/plugin/fksnewsfeed/syntax/
H A Dfeed.php77 $f = $data->getCacheFile();