fn insert_cache_generic<T: Clone + Send + Sync + 'static>( cache: &Cache<String, T>, schema: &str, name: &str, version: PipelineVersion, value: T, with_latest: bool, )