executorlib.get_cache_data

Contents

executorlib.get_cache_data#

executorlib.get_cache_data(cache_directory: str) list[dict][source]#

Collect all HDF5 files in the cache directory

Parameters:

cache_directory (str) – The directory to store cache files.

Returns:

List of dictionaries each representing on of the HDF5 files in the cache directory.

Return type:

list[dict]