pub fn make_seed_spec_fetcher_with_cache(
base_url: String,
request_id: Uuid,
jwt_key: Arc<JwtKey>,
) -> impl SpecFetcher
Expand description
A caching spec fetcher ONLY FOR THE SEED that returns a cached spec if the same (url, exercise_service_slug, private_spec) is requested. Since this is only used during seeding, there is no cache eviction.