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 Gallery examples# Cython quickstart: compile_and_load Cython quickstart: compile_and_load Cache and restart reuse Cache and restart reuse