Home
last modified time | relevance | path

Searched refs:getExistingCache (Results 1 – 2 of 2) sorted by relevance

/plugin/externalembed/
H A Daction.php121 …if($latest_thumbnail === $cacheHelper->getExistingCache($video_id)) { //check if the current cache…
137 $existing_cache = $cacheHelper->getExistingCache($playlist_id);
157 … $page_cache->depends['files'][] = $cacheHelper->getExistingCache($playlist_id)->cache;
/plugin/externalembed/helper/
H A DcacheInterface.php20 public function getExistingCache(string $cache_id) { function in helper_plugin_externalembed_cacheInterface