package company // RecommendedTendersPageCacheRefresher pre-builds resolved recommendation pages in Redis. // Implemented by the tender service on the web API; optional on the worker. type RecommendedTendersPageCacheRefresher interface { ScheduleRefreshRecommendedTendersPageCache(companyID string) }