async fn build_cache_layer( cache_config: &ObjectStorageCacheConfig, data_home: &str, ) -> Result<Option<LruCacheLayer<impl Access>>>