@sarudak I wasn't able to find a sample code to load data with caching parameters so I am adding this here: ``` cache_path='data/cache/' cache=biolearn.cache.LocalFolderCache(cache_path,1000) data_source = DataLibrary(cache=cache).get(geo) ```
@sarudak I wasn't able to find a sample code to load data with caching parameters so I am adding this here: