Searched refs:playlist_id (Results 1 – 3 of 3) sorted by relevance
71 foreach($playlist_ids as $playlist_id) {72 if(!$cacheHelper->checkCacheFreshness($playlist_id, $expire_time)) {76 touch($cacheHelper->getCacheFile($playlist_id));134 foreach($playlist_ids as $playlist_id) {135 …if(!$cacheHelper->checkCacheFreshness($playlist_id, $expire_time)) { //update cache if not fresh (…136 … $latest_playlist = $cacheHelper->getPlaylist($playlist_id); //get latest playlist137 $existing_cache = $cacheHelper->getExistingCache($playlist_id);142 … $new_cache = $cacheHelper->cachePlaylist($playlist_id, $latest_playlist); //create new cache file157 … $page_cache->depends['files'][] = $cacheHelper->getExistingCache($playlist_id)->cache;
589 $playlist_data = $cacheHelper->getPlaylist($parameters['playlist_id']);590 return $cacheHelper->cachePlaylist($parameters['playlist_id'], $playlist_data);
100 * @param $playlist_id string the YouTube Playlist ID125 private function sendPlaylistRequest(string $playlist_id, string $next_page_token = '') { argument