purge_cache# scikitplot.cython.purge_cache(cache_dir=None)[source]# Delete the entire cache directory. Parameters: cache_dirstr or pathlib.Path or None, default=NoneCache root. If None, uses default. Raises: FileNotFoundErrorIf the cache directory does not exist. Parameters: cache_dir (str | Path | None) Return type: None Gallery examples# Cython: Realtime compile_and_load (.pyx) Cython: Realtime compile_and_load (.pyx)