. * */ /** * General purpose cache for TubePress */ interface org_tubepress_pagination_PaginationService { public function getHtml($totalResults); }