import_cached# scikitplot.cython.import_cached(key, *, cache_dir=None)[source]# Import a cached module entry and return the loaded module. Parameters: key (str) cache_dir (str | Path | None) Return type: ModuleType