. * */ /** * TubePress's network interface * */ interface org_tubepress_gdata_retrieval_FeedRetrievalService { /** * Fetches the RSS from YouTube * * @return DOMDocument The raw RSS from YouTube */ public function fetch($url, $useCache); public function setCacheService(org_tubepress_cache_CacheService $cache); }