export_cached# scikitplot.cython.export_cached(key, *, dest_dir)[source]# Export a cache entry directory to a destination folder. Parameters: keystrCache key to export. dest_dirstr or pathlib.PathDestination directory. Returns: pathlib.PathExported directory path. Parameters: key (str) dest_dir (str | Path) Return type: Path